Changeset 7713 for trunk/configure.ac

Show
Ignore:
Timestamp:
12/26/06 12:56:16 (2 years ago)
Author:
asterix
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r7684 r7713  
    104104                XSCRNSAVER_LIBS="$LIBS" 
    105105                AC_SUBST([XSCRNSAVER_LIBS]) 
    106                 if test "x$XSCRNSAVER_LIBS" = "x";then  
     106                if test "x$XSCRNSAVER_LIBS" = "x-L";then  
    107107                        have_idle=false 
    108108                else