summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-03-18 19:06:49 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-03-18 19:06:49 +0000
commitccc5eb9f3588a3c66c2fc1f782b78e574e7ee5a7 (patch)
treebfa1172ff2954128f2223b1e28119f3aca762886 /build
parent6414c017192cdbacf7f60a3df33a7e04b0c34251 (diff)
downloadclutter-ccc5eb9f3588a3c66c2fc1f782b78e574e7ee5a7.tar.gz
build: Resync our copy of introspection.m4
Diffstat (limited to 'build')
-rw-r--r--build/autotools/introspection.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/build/autotools/introspection.m4 b/build/autotools/introspection.m4
index 589721c5a..d89c3d907 100644
--- a/build/autotools/introspection.m4
+++ b/build/autotools/introspection.m4
@@ -41,6 +41,8 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
],dnl
[auto],[dnl
PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no)
+ dnl Canonicalize enable_introspection
+ enable_introspection=$found_introspection
],dnl
[dnl
AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@])