Changeset 091b171


Ignore:
Timestamp:
Dec 13, 2005, 6:03:25 AM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
f985cd6
Parents:
cf83555
Message:

Fixed typo
Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rcf83555 r091b171  
    8989AC_CHECK_HEADERS([string.h stdlib.h stdio.h math.h errno.h stdarg.h unistd.h signal.h],,)
    9090AC_CHECK_HEADERS(complex.h,,AC_MSG_ERROR([Ouch! missing complex.h header]))
    91 AC_CHECK_HEADERS(fftw3.h  ,,AC_MSG_ERROR([Ouch! missing fftw3.h headeri]))
     91AC_CHECK_HEADERS(fftw3.h  ,,AC_MSG_ERROR([Ouch! missing fftw3.h header]))
    9292
    9393AC_CACHE_CHECK(for C99 __VA_ARGS__ macro,
Note: See TracChangeset for help on using the changeset viewer.