comparison configure.in @ 3285:e71ade93b98f

[gaim-migrate @ 3303] typo-fix and Chris Boyle's patch to add an "auto-login" item to the applet menu. Thanks, Chris. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 31 May 2002 02:58:07 +0000
parents c32a8a97e011
children d3ffe008ec8a
comparison
equal deleted inserted replaced
3284:7b867d79da96 3285:e71ade93b98f
232 fi 232 fi
233 AC_SUBST(UI_LIBS) 233 AC_SUBST(UI_LIBS)
234 234
235 dnl Check for XScreenSaver 235 dnl Check for XScreenSaver
236 if test "x$enable_xss" = "xyes" ; then 236 if test "x$enable_xss" = "xyes" ; then
237 AC_PATH_X
237 old_LIBS="$LIBS" 238 old_LIBS="$LIBS"
238 LIBS="$LIBS $UI_LIBS -L$x_libraries" 239 LIBS="$LIBS $UI_LIBS -L$x_libraries"
239 XSS_LIBS="no" 240 XSS_LIBS="no"
240 XSS_HEADERS="no" 241 XSS_HEADERS="no"
241 AC_CHECK_LIB(Xext, XScreenSaverRegister,[XSS_LIBS="-L$x_libraries"],[],[-lX11 -lXext -lm]) 242 AC_CHECK_LIB(Xext, XScreenSaverRegister,[XSS_LIBS="-L$x_libraries"],[],[-lX11 -lXext -lm])