Skip to content
Snippets Groups Projects
Commit 779a9350 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent cd10d1db
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment