summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 19:06:20 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 19:06:20 +0000
commit5a64c1de0a1d620039afbb0805ae23f10470e815 (patch)
treea358c31b9a3312da4fbc4ca2fcf5652008f6fd47 /configure.ac
parent506a8f64c84b3db3ad64d03ee698c1de227247de (diff)
downloadxorg-lib-libXmu-5a64c1de0a1d620039afbb0805ae23f10470e815.tar.gz
Add XTRANS_CONNECTION_FLAGS to get network transport #defines for
CvdStdSel.c Add libXmuu_la_LIBADD
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4060107..b5a2ad4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,10 @@ PKG_CHECK_MODULES(XMUU, x11)
AC_SUBST(XMUU_CFLAGS)
AC_SUBST(XMUU_LIBS)
+# CvtStdSel.c needs to know which network transports to build hostname
+# conversion routines for
+XTRANS_CONNECTION_FLAGS
+
#
# Assume that we have sprintf. If a system shows up
# that doesn't, we will deal with it at that point.