From 2a1da98f56ee2593c2e61be6e391feaae69d1537 Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" Date: Tue, 19 Aug 2014 14:43:08 +0200 Subject: [PATCH] AC_HEADER_STDC is officially obsolescent --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2