summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-06-29 20:32:00 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-29 20:32:00 +0200
commitafbd001248cf830c6a032a8e56a33774feea835e (patch)
treeda1bde06c7d6b79bb25e85ea02d2c25c03bd8553
parentee63948824faca1cf7d3a83920c4f55d08d31fc5 (diff)
build-sys: fix build for systems that have gtk2 but no gtk3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 73f5528..4d6b288 100644
--- a/configure.ac
+++ b/configure.ac
@@ -564,7 +564,7 @@ if test "x$HAVE_GTK3" = "xyes" ; then
fi
AM_CONDITIONAL(HAVE_GTK3, test "x$HAVE_GTK3" = "xyes")
-AM_CONDITIONAL(HAVE_GTK2OR3, test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK2" = "xyes" )
+AM_CONDITIONAL(HAVE_GTK2OR3, test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK" = "xyes" )
#
# D-Bus