[stlman] creation of idle module now works with X11 libs. fixes #2673. Thanks
This commit is contained in:
parent
cd10d1dbbe
commit
779a935080
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue