summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 04:03:47 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 04:03:47 +0000
commit610173d61dd49cba2e569c7bf937ad3b9612ad1d (patch)
treee16c19604d5439b63e4b7126774ee70ac948d460
parent48ffbac2252227dad30b042f01944828eb9373e4 (diff)
Add XTRANS_TCP_FLAGS macro to get needed #defines and libraries for TCP
code on various platforms.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ca8be..0739ce5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ Add XTRANS_TCP_FLAGS macro to get needed #defines and
+ libraries for TCP code on various platforms.
+
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 285ddcc..f9ab0ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,10 @@ PKG_CHECK_MODULES(XFWP, x11 ice xproxymngproto)
AC_SUBST(XFWP_CFLAGS)
AC_SUBST(XFWP_LIBS)
+# Check for libraries needed for TCP sockets on some platforms
+# and defines like BSD44SOCKETS needed on others
+XTRANS_TCP_FLAGS
+
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION