From ba56a7129b577bedca4fef3304d12ad0022633f1 Mon Sep 17 00:00:00 2001 From: waker Date: Fri, 18 May 2012 18:45:19 +0200 Subject: fixed libSM and libICE detection and use --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 37559fa5..c5f7dd89 100644 --- a/configure.ac +++ b/configure.ac @@ -634,6 +634,8 @@ AM_CONDITIONAL(HAVE_PSF, test "x$HAVE_PSF" = "xyes") AM_CONDITIONAL(HAVE_SHN, test "x$HAVE_SHN" = "xyes") AM_CONDITIONAL(HAVE_MONO2STEREO, test "x$HAVE_MONO2STEREO" = "xyes") AM_CONDITIONAL(HAVE_SHELLEXECUI, test "x$HAVE_SHELLEXECUI" = "xyes") +AM_CONDITIONAL(HAVE_SM, test "x$HAVE_SM" = "xyes") +AM_CONDITIONAL(HAVE_ICE, test "x$HAVE_ICE" = "xyes") AC_SUBST(PLUGINS_DIRS) -- cgit v1.2.3