[gmime] Disable introspection/vapigen because they cause autogen.sh to fail



commit 9610af791dbeac5bab64cf82f7914736e6e23cb8
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sat Jun 29 13:45:04 2013 -0400

    Disable introspection/vapigen because they cause autogen.sh to fail

 configure.ac |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 48079bd..88d0425 100644
--- a/configure.ac
+++ b/configure.ac
@@ -586,6 +586,12 @@ AC_ARG_WITH([gacdir], AC_HELP_STRING([--with-gacdir], [Specify the Global Assemb
 gacdir=$with_gacdir
 AC_SUBST(gacdir)
 
+dnl Check for GObject introspection and Vala binding generator
+dnl GOBJECT_INTROSPECTION_CHECK([1.30.0])
+dnl VAPIGEN_CHECK
+AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$enable_introspection" = "xyes")
+AM_CONDITIONAL(ENABLE_VAPIGEN, test "x$enable_vapigen" = "xyes")
+
 dnl Extra libs
 EXTRA_LIBS="$ZLIB"
 if test "x$LIBSOCKET" != "x"; then
@@ -619,9 +625,6 @@ AC_SUBST(GMIME_LIBS_PRIVATE)
 AC_SUBST(GMIME_CFLAGS)
 AC_SUBST(GMIME_LIBS)
 
-GOBJECT_INTROSPECTION_CHECK([1.30.0])
-VAPIGEN_CHECK
-
 AC_OUTPUT(
 Makefile
 m4/Makefile


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]