From 364afebf48e5c6466206302a1bb6c63313249c7c Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Wed, 2 Dec 2009 03:11:33 -0500 Subject: [PATCH] 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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]) -- 2.47.3