projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449bff6
)
configure.ac: do not check for fftw3.h, let pkg-config do that
author
Paul Brossier
<piem@piem.org>
Sun, 15 Nov 2009 14:28:34 +0000
(15:28 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 15 Nov 2009 14:28:34 +0000
(15:28 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1f2cd43432873f18adb6ad4a913774b463500a1d..57fdda00f91533d36c13f86669127a49241e10f1 100644
(file)
--- 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],