From: Paul Brossier Date: Sun, 15 Nov 2009 14:28:34 +0000 (+0100) Subject: configure.ac: do not check for fftw3.h, let pkg-config do that X-Git-Tag: bzr2git~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2b4d006de9ceab82bf89ff90c66a5e6d23b787e0;p=aubio.git configure.ac: do not check for fftw3.h, let pkg-config do that --- diff --git a/configure.ac b/configure.ac index 1f2cd434..57fdda00 100644 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,6 @@ AC_CHECK_LIB(pthread, pthread_create) dnl Check for header files AC_CHECK_HEADERS([string.h stdlib.h stdio.h math.h limits.h errno.h stdarg.h unistd.h signal.h],,) -AC_CHECK_HEADERS(fftw3.h,,AC_MSG_ERROR([Ouch! missing fftw3.h header])) AC_ARG_ENABLE(complex, AC_HELP_STRING([--enable-complex],[compile with complex.h [[default=auto]]]), [with_complex=$enableval],