summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-21 19:52:10 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-21 19:52:10 -0700
commitf26f21272ce70a0dc29ed5cd44c9a1954575b473 (patch)
treecce278b8a4e55515d642415a3b632fb47be49e21
parentd301ff61a51a827faec10fac18cc367fc6635b42 (diff)
Only need the libXmuu subset, not the full libXmu
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1cd3181..fc708e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_CHECK_FUNC([mkstemp],
AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.]))
# Checks for pkg-config packages
-PKG_CHECK_MODULES(SMPROXY, sm xt xmu)
+PKG_CHECK_MODULES(SMPROXY, sm xt xmuu)
AC_SUBST(SMPROXY_CFLAGS)
AC_SUBST(SMPROXY_LIBS)