From afbd001248cf830c6a032a8e56a33774feea835e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 29 Jun 2010 20:32:00 +0200 Subject: build-sys: fix build for systems that have gtk2 but no gtk3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit