summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-02-21 08:14:01 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-02-21 08:14:01 -0800
commitca9494bf50c9314597f4e88efa5bf5d66c1cd38f (patch)
tree7a85dc311284dc5070230b320e3d7b4e200b2121
parentf0543e7ff17f6e8aefbd6cc003d0679a706a8535 (diff)
Explicitly require libSM & libICE since twm calls them directly
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c7be74d..455182d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,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(TWM, x11 xext xt xmu)
+PKG_CHECK_MODULES(TWM, x11 xext xt xmu ice sm)
AC_SUBST(TWM_CFLAGS)
AC_SUBST(TWM_LIBS)