From: Paul Brossier Date: Sat, 26 Apr 2008 13:05:20 +0000 (+0200) Subject: configure.ac: do not call AC_HEADER_STDC, obsolete and uneeded X-Git-Tag: bzr2git~401 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9805d0119a03fac98ac0169229a44022a5492831;p=aubio.git configure.ac: do not call AC_HEADER_STDC, obsolete and uneeded --- diff --git a/configure.ac b/configure.ac index 1b326bd0..aa3546b3 100644 --- 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,