Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-12-26 14:56:16 +0300
committerYann Leboulanger <asterix@lagaule.org>2006-12-26 14:56:16 +0300
commitac0ec9d6f15c75e99071d056068ce366dde37190 (patch)
tree5cf56f56635ba55c1817bb6ff9da2a44ce842a36
parent9deb76a8ad3310ca5bbe9ee3d93537fc5e4a359c (diff)
typo in configure.ac. detect correctly missing libxss-dev. fixes #1624
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1245febcf..d775b696f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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