diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-22 20:27:10 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-31 12:49:00 -0400 |
commit | 2538a6b87aad3526f85028689adc3eac21a91997 (patch) | |
tree | 7256711b84bda2d76d036cfeb986deaa1b167f39 | |
parent | 2aae5d03e336c6b1e06745410268a0c26b4a366b (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".
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a764d09..fdb0575 100644 --- a/configure.ac +++ b/configure.ac @@ -133,9 +133,6 @@ AC_ARG_WITH(xorg-conf-dir, AC_SUBST(XORG_CONF_DIR) AM_CONDITIONAL(HAS_XORG_CONF_DIR, [test "x$XORG_CONF_DIR" != "x" && test "x$XORG_CONF_DIR" != "xno"]) -# Checks for header files. -AC_HEADER_STDC - AC_OUTPUT([Makefile src/Makefile man/Makefile |