From 88f6f1a97d32891772d72614cd78d9875981c3df Mon Sep 17 00:00:00 2001 From: Felix Bellaby Date: Tue, 16 Feb 1999 21:45:12 +0000 Subject: [PATCH] add SM tests for session properties capplet --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index da6e6f70b..d2274ce93 100644 --- a/configure.in +++ b/configure.in @@ -74,6 +74,9 @@ if test "$have_libesd" = yes; then AC_DEFINE(HAVE_LIBESD) fi +dnl session-properties +AM_CONDITIONAL(SESSION, test "$GNOME_HAVE_SM" = true) + AM_PATH_IMLIB(1.8.2, , [ echo "ERROR: Needs a system with Imlib 1.8.2 or higher" echo "You can obtain it from:" @@ -94,6 +97,7 @@ capplets/desktop-links/Makefile capplets/background-properties/Makefile capplets/screensaver-properties/Makefile capplets/screensaver-properties/screensaver-desktops/Makefile +capplets/session-properties/Makefile capplets/sound-properties/Makefile capplets/bell-properties/Makefile capplets/e-conf/Makefile