Fix conditional.
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 3 Feb 2009 05:33:50 +0000 (05:33 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 3 Feb 2009 05:33:50 +0000 (05:33 +0000)
2009-02-02  Behdad Esfahbod  <behdad@gnome.org>

        * configure.in: Fix conditional.

svn path=/trunk/; revision=2826

ChangeLog
configure.in

index 33f26a4..c14e40a 100644 (file)
--- 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):
index d30fe6b..b02bbe5 100644 (file)
@@ -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`