summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
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 \