diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 22:26:15 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 22:26:15 +0000 |
commit | c073ce34164a9872688ce619cc0b3fedbdc76f83 (patch) | |
tree | 20df37cfb579ac10cd8db0cdce195ca416a4719a /configure.ac | |
parent | a0dc7d02bfcaea8c8a60dcbd00795999bd7f8e0a (diff) |
Test for xtrans connection flags
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8dba286..6e5f322 100644 --- a/configure.ac +++ b/configure.ac @@ -141,6 +141,9 @@ AC_SUBST(MATH_LIBS)], AC_MSG_ERROR([*** libm is required])) PKG_CHECK_MODULES(XFONT, xproto xtrans fontsproto fontenc) +# Transport selection macro from xtrans.m4 +XTRANS_CONNECTION_FLAGS + if test "x$GCC" = "xyes"; then GCC_WARNINGS="-Wall -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ |