summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-28 14:59:04 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-28 15:03:59 -0500
commit8dac08c7515cb6f8a8f4d0a721713697eae755d8 (patch)
treec9c2652d89cc7eba7a8f0ff9e2599ab895e3aedd /configure.ac
parentd4483375e37a72631d5821413cb75a423e990ffe (diff)
config: remove unrequired AC_HEADER_STDC
Autoconf says: "This macro is obsolescent, as current systems have conforming header files. New programs need not use this macro".
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d09968b8..4b76b00c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,7 +223,6 @@ fi
AC_MSG_RESULT($XLIB_LOADABLE_XCURSOR)
# Checks for header files.
-AC_HEADER_STDC
AC_CHECK_HEADERS([sys/select.h])
# Checks for typedefs, structures, and compiler characteristics.