]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove AC_HEADER_STDC from the autoconf configuration, as
authorTim Kientzle <kientzle@gmail.com>
Wed, 2 Dec 2009 08:11:33 +0000 (03:11 -0500)
committerTim Kientzle <kientzle@gmail.com>
Wed, 2 Dec 2009 08:11:33 +0000 (03:11 -0500)
it's not actually used anywhere.

Thanks to Brad King for finding this and fixing it in the Cmake build.

SVN-Revision: 1693

configure.ac

index 2a03619515df2d851e18df868f7d03002af8a28e..dd759338a995b087b163b53c092d7b28b7e9aa82 100644 (file)
@@ -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])