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 1b326bd0ae3b6d36bc9b4ba38175c84c6d3c8af8..aa3546b3931a701fa906c94ee1687f9c780737ea 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,