From: Behdad Esfahbod Date: Tue, 3 Feb 2009 05:33:50 +0000 (+0000) Subject: Fix conditional. X-Git-Tag: 1.23.0~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=853ef8715e818fec0bae01954344e1bc8baca138;p=platform%2Fupstream%2Fpango.git Fix conditional. 2009-02-02 Behdad Esfahbod * configure.in: Fix conditional. svn path=/trunk/; revision=2826 --- diff --git a/ChangeLog b/ChangeLog index 33f26a4..c14e40a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Behdad Esfahbod + + * configure.in: Fix conditional. + 2009-02-01 Behdad Esfahbod * pango/pangocairo-fcfont.c (pango_cairo_fc_font_class_init): diff --git a/configure.in b/configure.in index d30fe6b..b02bbe5 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`