projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0dbc56
)
configure.ac: do not call AC_HEADER_STDC, obsolete and uneeded
author
Paul Brossier
<piem@piem.org>
Sat, 26 Apr 2008 13:05:20 +0000
(15:05 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 26 Apr 2008 13:05:20 +0000
(15:05 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
1b326bd
..
aa3546b
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-116,7
+116,6
@@
dnl Check for required libraries
AC_CHECK_LIB(pthread, pthread_create)
dnl Check for header files
-AC_HEADER_STDC
AC_CHECK_HEADERS([string.h stdlib.h stdio.h math.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,