]> git.meshlink.io Git - catta/commitdiff
build-sys: fix build for systems that have gtk2 but no gtk3
authorMichael Biebl <biebl@debian.org>
Tue, 29 Jun 2010 18:32:00 +0000 (20:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Jun 2010 18:32:00 +0000 (20:32 +0200)
configure.ac

index 73f5528ea32b17ae357ee51b7edeb2ad6427db11..4d6b2884de9bf4a7d3f1f573118839aa4ecfd12c 100644 (file)
@@ -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