summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-02-03 05:33:50 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-02-03 05:33:50 +0000
commit853ef8715e818fec0bae01954344e1bc8baca138 (patch)
tree9255276021587c3b9f96b886f7e17a63623597f1
parent60de1bd238d6bedc80b2fa1dcabebacd3a7440ed (diff)
downloadpango-853ef8715e818fec0bae01954344e1bc8baca138.tar.gz
Fix conditional.
2009-02-02 Behdad Esfahbod <behdad@gnome.org> * configure.in: Fix conditional. svn path=/trunk/; revision=2826
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33f26a46..c14e40a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-02 Behdad Esfahbod <behdad@gnome.org>
+
+ * configure.in: Fix conditional.
+
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-fcfont.c (pango_cairo_fc_font_class_init):
diff --git a/configure.in b/configure.in
index d30fe6b8..b02bbe5e 100644
--- a/configure.in
+++ b/configure.in
@@ -475,7 +475,7 @@ G_IR_COMPILER=
G_IR_GENERATE=
GIRDIR=
TYPELIBDIR=
-if test $have_introspection; then
+if $have_introspection; then
G_IR_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
G_IR_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
G_IR_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`