From 2b4d006de9ceab82bf89ff90c66a5e6d23b787e0 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 Nov 2009 15:28:34 +0100 Subject: [PATCH] configure.ac: do not check for fftw3.h, let pkg-config do that --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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], -- 2.26.2