ref: 2b4d006de9ceab82bf89ff90c66a5e6d23b787e0
parent: 449bff63137c81502018efbd458d3d578c0936d2
author: Paul Brossier <piem@piem.org>
date: Sun Nov 15 10:28:34 EST 2009
configure.ac: do not check for fftw3.h, let pkg-config do that
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,6 @@
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],