Changeset 2b4d006


Ignore:
Timestamp:
Nov 15, 2009, 3:28:34 PM (14 years ago)
Author:
Paul Brossier <piem@piem.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:
5ddcdf2
Parents:
449bff6
Message:

configure.ac: do not check for fftw3.h, let pkg-config do that

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r449bff6 r2b4d006  
    125125dnl Check for header files
    126126AC_CHECK_HEADERS([string.h stdlib.h stdio.h math.h limits.h errno.h stdarg.h unistd.h signal.h],,)
    127 AC_CHECK_HEADERS(fftw3.h,,AC_MSG_ERROR([Ouch! missing fftw3.h header]))
    128127AC_ARG_ENABLE(complex,
    129128  AC_HELP_STRING([--enable-complex],[compile with complex.h [[default=auto]]]),
Note: See TracChangeset for help on using the changeset viewer.