[stlman] creation of idle module now works with X11 libs. fixes #2673. Thanks

This commit is contained in:
Yann Leboulanger 2006-11-18 12:50:30 +00:00
parent cd10d1dbbe
commit 779a935080
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ if test "x$enable_idle" = "xyes";then
have_idle=true
else
# Checks for libraries.
LIBS=-L$x_libraries
AC_CHECK_LIB([X11], [XOpenDisplay])
AC_CHECK_LIB([Xext], [XMissingExtension])
AC_CHECK_LIB([Xss], [XScreenSaverAllocInfo])