configure.ac: do not check for fftw3.h, let pkg-config do that
authorPaul Brossier <piem@piem.org>
Sun, 15 Nov 2009 14:28:34 +0000 (15:28 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 15 Nov 2009 14:28:34 +0000 (15:28 +0100)
configure.ac

index 1f2cd43..57fdda0 100644 (file)
@@ -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],