summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-16 15:59:54 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-16 15:59:54 -0700
commitf7f0ba3c8fff55c8a38b0786828a372c1dc72715 (patch)
treea80d87b3ed1c725a58b583330b207c960d14a1af
parent5a6a92096883c1618ffb0bfc8c44509e42003044 (diff)
Add dependency on libSM since xlogo calls SmcCloseConnection
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 f108a16..2ad7a8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XLOGO, xaw7 xt)
+PKG_CHECK_MODULES(XLOGO, sm xaw7 xt)
# Use render & xft2 to draw logo?