summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 07:44:09 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 07:44:09 +0000
commitb0c00126bad965f526ef13fa041248e8379a4a53 (patch)
tree84f1e28d0bda6b02b9017fc54a1a7428ecb2f00f
parent19ca07e4c538a6f8b46b3bbcdacd39afc1fdede0 (diff)
Add missing library dependencies: Xdmcp: -lsocket (if needed for recvfrom,XORG-6_99_99_900
such as on Solaris) lbxutil: -lz xkbui: -lm
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4be8efc..7bf3276 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AC_PROG_MAKE_SET
+AC_SEARCH_LIBS([recvfrom],[socket])
+
PKG_CHECK_MODULES(XDMCP, xproto)
AC_SUBST(XDMCP_CFLAGS)
AC_SUBST(XDMCP_LIBS)