summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-06-20 13:02:15 +0200
committerJiří Klimeš <jklimes@redhat.com>2014-06-20 13:58:36 +0200
commit142e2c472601e8b5ea549250a6cd12a9aacc9081 (patch)
treeb9a9ab6f1c6debbf18038e30946ee43277133ba6
parentaaf0ef42dd26c0e67b27770c6c8e08c0e104998d (diff)
downloadNetworkManager-142e2c472601e8b5ea549250a6cd12a9aacc9081.tar.gz
build: fix gobject-introspection detection
so that HAVE_INTROSPECTION is properly defined
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c1f583ebf7..8634203e2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,7 +267,7 @@ AC_SUBST(GUDEV_CFLAGS)
AC_SUBST(GUDEV_LIBS)
GOBJECT_INTROSPECTION_CHECK([0.9.6])
-if test -z "$INTROSPECTION_MAKEFILE"; then
+if test -n "$INTROSPECTION_MAKEFILE"; then
AC_DEFINE(HAVE_INTROSPECTION, [1], [Define if you have gobject-introspection])
fi