diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-16 15:57:22 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-16 15:57:22 -0700 |
commit | d301ff61a51a827faec10fac18cc367fc6635b42 (patch) | |
tree | 58e1b6b6defe38d06427ee428afbad77ea19494b | |
parent | 779aa7f2e98bf082900a3cc0823c59e66b6e81b6 (diff) |
Add smproxy dependency on libSM to PKG_CHECK_MODULES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
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) |