summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSorokin Alexei <[email protected]>2015-12-12 16:49:22 +0300
committerSorokin Alexei <[email protected]>2015-12-12 16:49:22 +0300
commit3d34cc10a5e62686f661a6653d43e2c42e6a26a2 (patch)
treea056d2240c398161f3d286396d78792594746baf /configure.ac
parenta5e837c4d101bdbebe1dd6ca5140ed52d7a29a50 (diff)
downloadeom-3d34cc10a5e62686f661a6653d43e2c42e6a26a2.tar.bz2
eom-3d34cc10a5e62686f661a6653d43e2c42e6a26a2.tar.xz
Fix compilation with enabled GObject Introspection
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9b829d0..b3d398f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,6 +142,8 @@ else
have_introspection=no
fi
+AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$have_introspection" = xyes)
+
# ***************
# ZLIB (required)
# ***************