summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Stowers <john.stowers@gmail.com>2010-06-19 14:40:49 +1200
committerJohn Stowers <john.stowers@gmail.com>2010-07-08 22:36:20 +1200
commit099b50a7bed146b289e71fe955d70ead89a54b2f (patch)
tree905dd6bb79018ced94a134cf523450c1b61051c5 /configure.ac
parenta744feaed3dd56c85ac730f5114ff705c8bd067a (diff)
downloadpygtk-099b50a7bed146b289e71fe955d70ead89a54b2f.tar.gz
Fix autotools conditionals
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1c22290d..89e368ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,6 +362,8 @@ else
AM_CONDITIONAL(HAVE_GTK_2_10, false)
AM_CONDITIONAL(HAVE_GTK_2_12, false)
AM_CONDITIONAL(HAVE_GTK_2_14, false)
+ AM_CONDITIONAL(HAVE_GTK_2_16, false)
+ AM_CONDITIONAL(HAVE_GTK_2_18, false)
AM_CONDITIONAL(BUILD_LIBGLADE, false)
AM_CONDITIONAL(BUILD_GTKUNIXPRINT, false)
have_pangocairo=false