diff configure.in @ 2115:3ce77b547cf2

[gaim-migrate @ 2125] idle stuff. does this look odd to you? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 03 Aug 2001 10:17:06 +0000
parents 424a40f12a6c
children
line wrap: on
line diff
--- a/configure.in	Fri Aug 03 09:40:13 2001 +0000
+++ b/configure.in	Fri Aug 03 10:17:06 2001 +0000
@@ -169,17 +169,18 @@
 	if test \! "$XSS_LIBS" = "no"; then
 		AC_TRY_COMPILE([
 #include <X11/extensions/scrnsaver.h>
-				],[],[],[
+				],[],[enable_xss=no],[
 				AC_DEFINE(USE_SCREENSAVER)
-				AC_SUBST(XSS_LIBS)
 				])
 	else
 	       XSS_LIBS=""
+	       enable_xss=no
 	fi
 else
 	XSS_LIBS=""
+	enable_xss=no
 fi
-
+AC_SUBST(XSS_LIBS)
 
 
 
@@ -345,6 +346,8 @@
 echo Build with Plugin support... : $enable_plugins
 echo Build with Perl support..... : $enable_perl
 echo
+echo Use XScreenSaver Extension.. : $enable_xss
+echo
 echo Build with ESD.............. : $enable_esd
 echo Build with NAS.............. : $enable_nas
 echo