OSDN Git Service

Drop AC_HEADER_STDC since recent versions of autotools complain about it being obsole...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 15 Jul 2021 18:48:56 +0000 (11:48 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 15 Jul 2021 18:59:49 +0000 (11:59 -0700)
configure.ac

index 7cdb5d1..d3c71f9 100644 (file)
@@ -121,8 +121,7 @@ if test "$have_x" = yes && test x"$enable_cocoa" != xyes ; then
   fi
 fi
 
-AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h strings.h sys/file.h sys/ioctl.h sys/time.h termio.h unistd.h stdint.h)
+AC_CHECK_HEADERS(fcntl.h sys/file.h sys/ioctl.h sys/time.h termio.h unistd.h stdint.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST