configure.ac: do not call AC_HEADER_STDC, obsolete and uneeded
authorPaul Brossier <piem@piem.org>
Sat, 26 Apr 2008 13:05:20 +0000 (15:05 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 26 Apr 2008 13:05:20 +0000 (15:05 +0200)
configure.ac

index 1b326bd0ae3b6d36bc9b4ba38175c84c6d3c8af8..aa3546b3931a701fa906c94ee1687f9c780737ea 100644 (file)
@@ -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,