# HG changeset patch # User Eric Warmenhoven # Date 977293685 0 # Node ID 49d2eb2baf023c68f03a051afa98af3bf6b1a9a5 # Parent 113a3d16f1ce56ff7be689975fcccc974ebdc155 [gaim-migrate @ 1338] whoops committer: Tailor Script diff -r 113a3d16f1ce -r 49d2eb2baf02 STATUS --- a/STATUS Wed Dec 20 05:28:35 2000 +0000 +++ b/STATUS Wed Dec 20 06:28:05 2000 +0000 @@ -1,4 +1,4 @@ -STATUS of GAIM CVS tree. Last modified $Date: 2000-12-20 00:28:35 -0500 (Wed, 20 Dec 2000) $ by $Author: robflynn $. +STATUS of GAIM CVS tree. Last modified $Date: 2000-12-20 01:28:05 -0500 (Wed, 20 Dec 2000) $ by $Author: warmenhoven $. This file is meant to provide gaim users who use the CVS version to see whether they actually want to compile what they just checked out. Gaim CVS is usually @@ -124,6 +124,7 @@ write it, Adam of libfaim did. I just wanted to get it added; hopefully it'll be ready before 0.11.0 is finished. + Napster ======= diff -r 113a3d16f1ce -r 49d2eb2baf02 configure.in --- a/configure.in Wed Dec 20 05:28:35 2000 +0000 +++ b/configure.in Wed Dec 20 06:28:05 2000 +0000 @@ -104,7 +104,7 @@ dnl Check for XScreenSaver if test "x$enable_xss" = "xyes" ; then - XSS_LIBS="" + XSS_LIBS="no" XSS_HEADERS="no" AC_CHECK_LIB(Xext, XScreenSaverRegister,[XSS_LIBS=""],[],[-lX11 -lXext -lm]) AC_CHECK_LIB(Xss, XScreenSaverRegister,[XSS_LIBS="-lXss"],[],[-lX11 -lXext -lm])