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

typo in configure.ac. detect correctly missing libxss-dev. fixes #1624

parent 9deb76a8
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ if test "x$enable_idle" = "xyes";then
AC_CHECK_LIB([Xss], [XScreenSaverAllocInfo])
XSCRNSAVER_LIBS="$LIBS"
AC_SUBST([XSCRNSAVER_LIBS])
if test "x$XSCRNSAVER_LIBS" = "x";then
if test "x$XSCRNSAVER_LIBS" = "x-L";then
have_idle=false
else
have_idle=true
......
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