summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-07-04 22:26:15 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-07-04 22:26:15 +0000
commitc073ce34164a9872688ce619cc0b3fedbdc76f83 (patch)
tree20df37cfb579ac10cd8db0cdce195ca416a4719a
parenta0dc7d02bfcaea8c8a60dcbd00795999bd7f8e0a (diff)
Test for xtrans connection flags
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f0626d..6d2e020 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-05 Alexander Gottwald <ago at freedesktop dot org>
+
+ * configure.ac:
+ Test for xtrans connection flags
+
2005-07-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xfont.pc.in:
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 \