]> git.meshlink.io Git - catta/commitdiff
AC_HEADER_STDC is officially obsolescent
authorSven M. Hallberg <pesco@khjk.org>
Tue, 19 Aug 2014 12:43:08 +0000 (14:43 +0200)
committerSven M. Hallberg <pesco@khjk.org>
Tue, 19 Aug 2014 12:43:08 +0000 (14:43 +0200)
configure.ac

index 4fcf13d9433e59dbb670f919efadbd279dfe8002..31bda448269b33c831f2dd94b4f0cdf7f564e810 100644 (file)
@@ -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