[aravis/aravis-0-2] build: make configure work even without GOBJECT_INTROSPECTION_CHECK.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis/aravis-0-2] build: make configure work even without GOBJECT_INTROSPECTION_CHECK.
- Date: Tue, 3 Jun 2014 14:43:08 +0000 (UTC)
commit b1290e0910df8718a1583018bb6fed4f37ddf221
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Tue Nov 5 08:39:58 2013 +0100
build: make configure work even without GOBJECT_INTROSPECTION_CHECK.
configure.ac | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e7e2890..3d2f85d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,14 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
+m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [
GOBJECT_INTROSPECTION_CHECK([0.10.0])
+], [
+ AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
+ enable_introspection=no])
+
+GOBJECT_INTROSPECTION_CHECK([0.10.0])
+
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
AM_CONDITIONAL([BUILD_GTK_DOC], [test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]