summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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`