changeset 2182:665e1dbeb8da

[gaim-migrate @ 2192] fun committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 28 Aug 2001 03:35:04 +0000
parents 07611ad4aa2b
children 94ee8eacb6f8
files configure.ac
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Aug 27 23:25:16 2001 +0000
+++ b/configure.ac	Tue Aug 28 03:35:04 2001 +0000
@@ -165,6 +165,8 @@
 
 dnl Check for XScreenSaver
 if test "x$enable_xss" = "xyes" ; then
+	old_LIBS="$LIBS"
+	LIBS="$LIBS $UI_LIBS"
 	XSS_LIBS="no"
 	XSS_HEADERS="no"
 	AC_CHECK_LIB(Xext, XScreenSaverRegister,[XSS_LIBS=""],[],[-lX11 -lXext -lm])
@@ -179,6 +181,7 @@
 	       XSS_LIBS=""
 	       enable_xss=no
 	fi
+	LIBS="$old_LIBS"
 else
 	XSS_LIBS=""
 	enable_xss=no