[X2Go-Commits] [libx2goclient] 32/132: autoconf.ac: switch to non-deprecated AC_HEADER_STDC macro.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:30 CET 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 83f6ebc74b1cd7e89da74b3ece8dfe2da6342365
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Mar 20 01:31:19 2021 +0100
autoconf.ac: switch to non-deprecated AC_HEADER_STDC macro.
No functional change.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6da9081..7056ce8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ if test "x$ac_cv_prog_cc_c99" = "xno"; then
AC_MSG_ERROR([your C compiler does not support C99])
fi
-AC_STDC_HEADERS
+AC_HEADER_STDC
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list