From: Tim Kientzle Date: Wed, 2 Dec 2009 08:11:33 +0000 (-0500) Subject: Remove AC_HEADER_STDC from the autoconf configuration, as X-Git-Tag: v2.8.0~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364afebf48e5c6466206302a1bb6c63313249c7c;p=thirdparty%2Flibarchive.git Remove AC_HEADER_STDC from the autoconf configuration, as it's not actually used anywhere. Thanks to Brad King for finding this and fixing it in the Cmake build. SVN-Revision: 1693 --- diff --git a/configure.ac b/configure.ac index 2a0361951..dd759338a 100644 --- a/configure.ac +++ b/configure.ac @@ -189,7 +189,6 @@ case $host in esac # Checks for header files. -AC_HEADER_STDC AC_HEADER_DIRENT AC_HEADER_SYS_WAIT AC_CHECK_HEADERS([acl/libacl.h attr/xattr.h ctype.h errno.h])