[Xcb-commit] libxcb: configure.ac

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 8 17:26:29 UTC 2023


 configure.ac |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e2a3e80eb837eaaa834a01a2741d4c249c984442
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 6 15:48:49 2023 -0800

    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:93: warning: The macro `AC_HEADER_STDC' is obsolete.
    configure.ac:93: You should run autoupdate.
    ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
    configure.ac:93: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/configure.ac b/configure.ac
index f4f71de..be9b523 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,6 @@ XCBPROTO_XCBPYTHONDIR=`$PKG_CONFIG --variable=pythondir xcb-proto`
 AC_MSG_RESULT($XCBPROTO_XCBPYTHONDIR)
 AC_SUBST(XCBPROTO_XCBPYTHONDIR)
 
-AC_HEADER_STDC
 AC_SEARCH_LIBS(getaddrinfo, socket)
 AC_SEARCH_LIBS(connect, socket)
 


More information about the xcb-commit mailing list