diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-02-21 08:14:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-02-21 08:14:01 -0800 |
commit | ca9494bf50c9314597f4e88efa5bf5d66c1cd38f (patch) | |
tree | 7a85dc311284dc5070230b320e3d7b4e200b2121 /configure.ac | |
parent | f0543e7ff17f6e8aefbd6cc003d0679a706a8535 (diff) |
Explicitly require libSM & libICE since twm calls them directly
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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) |