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
commit7ff6c9179faceeb7719f65f29016e645da33f11f (patch)
tree2e4556c62ef8999ec4de8abd38090f6084f78df1
parentea71d2be4d2b6a460b9aa1ab89b8d11e93eb2488 (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.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d82eac1..bddc115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,7 @@ AC_PROG_LIBTOOL
# Check for dependencies
PKG_CHECK_MODULES(DEP, x11 xt xkbfile)
+AC_SEARCH_LIBS(hypot, [m])
AC_SUBST(DEP_CFLAGS)
AC_SUBST(DEP_LIBS)