summaryrefslogtreecommitdiff
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:41:19 -0500
commitb73a5ea91d0b3bb61ee8e7aa26ff178fd5b72209 (patch)
treefe1ee58465a83e51cc1783fc37330add93086d4f
parent03457873474dfc90e5f2322facbd6032a1312086 (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".
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c99e03..d31ea06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,6 @@ AM_CONDITIONAL(BUILD_XAW6, [test x$build_v6 = xyes])
AM_CONDITIONAL(BUILD_XAW7, [test x$build_v7 = xyes])
# Checks for header files.
-AC_HEADER_STDC
AC_CHECK_HEADERS([wctype.h wchar.h widec.h])
# Checks for functions