From: Sven M. Hallberg Date: Tue, 19 Aug 2014 12:43:08 +0000 (+0200) Subject: AC_HEADER_STDC is officially obsolescent X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=2a1da98f56ee2593c2e61be6e391feaae69d1537;p=catta AC_HEADER_STDC is officially obsolescent --- diff --git a/configure.ac b/configure.ac index 4fcf13d..31bda44 100644 --- a/configure.ac +++ b/configure.ac @@ -272,7 +272,6 @@ if test "x$GCC" = "xyes" ; then fi # Checks for header files. -AC_HEADER_STDC AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h limits.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h netdb.h syslog.h]) AC_HEADER_STDBOOL