summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-16 15:57:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-16 15:57:22 -0700
commitd301ff61a51a827faec10fac18cc367fc6635b42 (patch)
tree58e1b6b6defe38d06427ee428afbad77ea19494b
parent779aa7f2e98bf082900a3cc0823c59e66b6e81b6 (diff)
Add smproxy dependency on libSM to PKG_CHECK_MODULES
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 063f2ff..1cd3181 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, xt xmu)
+PKG_CHECK_MODULES(SMPROXY, sm xt xmu)
AC_SUBST(SMPROXY_CFLAGS)
AC_SUBST(SMPROXY_LIBS)