pango r2826 - trunk



Author: behdad
Date: Tue Feb  3 05:33:50 2009
New Revision: 2826
URL: http://svn.gnome.org/viewvc/pango?rev=2826&view=rev

Log:
2009-02-02  Behdad Esfahbod  <behdad gnome org>

        * configure.in: Fix conditional.

Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Feb  3 05:33:50 2009
@@ -475,7 +475,7 @@
 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`



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]