|
From: Sean E. <sea...@us...> - 2002-05-31 02:58:10
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv32600 Modified Files: configure.in Log Message: typo-fix and Chris Boyle's patch to add an "auto-login" item to the applet menu. Thanks, Chris. Index: configure.in =================================================================== RCS file: /cvsroot/gaim/gaim/configure.in,v retrieving revision 1.114 retrieving revision 1.115 diff -u -d -r1.114 -r1.115 --- configure.in 30 May 2002 18:33:40 -0000 1.114 +++ configure.in 31 May 2002 02:58:06 -0000 1.115 @@ -234,6 +234,7 @@ dnl Check for XScreenSaver if test "x$enable_xss" = "xyes" ; then + AC_PATH_X old_LIBS="$LIBS" LIBS="$LIBS $UI_LIBS -L$x_libraries" XSS_LIBS="no" |