[X2Go-Commits] [libx2goclient] 33/132: autoconf.ac: use AC_C_TYPEOF macro for typeof support/detection.
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 7554b5e4714393ad9e10e28e53d94f7cb531c6a3
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Mar 20 01:31:42 2021 +0100
autoconf.ac: use AC_C_TYPEOF macro for typeof support/detection.
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 7056ce8..3cab1c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,8 @@ if test "x$ac_cv_prog_cc_c99" = "xno"; then
AC_MSG_ERROR([your C compiler does not support C99])
fi
+AC_C_TYPEOF
+
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