summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-11 09:58:48 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-11 09:58:48 +0200
commit09bf126a1d50cda5cca975069b7a60117e95fea6 (patch)
tree24fcbc47c2e2cc5be22cd4234429cba5f7b0c56c /configure.ac
parent49335fa3f760f5c5cf17297ecbe09982218d4b06 (diff)
Always define the conditional HAVE_GTK to fix configure in some cases
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eae36a35..cd473d1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -229,8 +229,8 @@ if test "x$BUILD_EXAMPLES" = "xyes"; then
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8.0, HAVE_GTK=yes, HAVE_GTK=no)
AC_SUBST(GTK_LIBS)
AC_SUBST(GTK_CFLAGS)
- AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
fi
+AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
dnl should we install schemas ?
translit(dnm, m, l) AM_CONDITIONAL(USE_GCONFTOOL, true)