Mercurial > pidgin
changeset 1328:49d2eb2baf02
[gaim-migrate @ 1338]
whoops
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 20 Dec 2000 06:28:05 +0000 |
parents | 113a3d16f1ce |
children | e2d8b713d928 |
files | STATUS configure.in |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 =======
--- 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])