summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-06 16:00:22 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-06 16:00:22 -0800
commit2418aabf04e1af6278b2c47190573fae28fb5257 (patch)
tree8222c1ec6809d9214a196bdec206f346237bde4e
parent56a054f35336d5de4aa9f77b7c533aceec9ab58e (diff)
configure.ac: Remove obsolete AC_HEADER_STDC
Nothing checks for the STDC_HEADERS flag this set, and all supported systems have C89 compatible headers now. Clears autoconf warnings of: configure.ac:41: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:41: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:41: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b0a84f3..fe665d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-AC_HEADER_STDC
AC_CHECK_HEADERS([sys/visual_io.h sys/fbio.h machine/fbio.h sun/fbio.h],
[BUILD_CONSTYPE=yes])