From: Michael Biebl Date: Tue, 29 Jun 2010 18:32:00 +0000 (+0200) Subject: build-sys: fix build for systems that have gtk2 but no gtk3 X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=afbd001248cf830c6a032a8e56a33774feea835e build-sys: fix build for systems that have gtk2 but no gtk3 --- 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