[vte] build: Hint at --disable-{introspection,vala} on error



commit f6efdca3f133bae951fe04e1e958c98a1ff2c662
Author: Christian Persch <chpe gnome org>
Date:   Mon Feb 13 11:54:15 2017 +0100

    build: Hint at --disable-{introspection,vala} on error

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9ec4aac..3110bcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,7 +367,7 @@ fi
 m4_ifdef([GOBJECT_INTROSPECTION_CHECK],
   [GOBJECT_INTROSPECTION_CHECK([0.9.0])],
   [if test "$enable_introspection" = "yes"; then
-    AC_MSG_ERROR([[Introspection requested but M4 macros not installed.]])
+    AC_MSG_ERROR([[Introspection requested but M4 macros not installed. Try --disable-introspection]])
    fi
    AM_CONDITIONAL([HAVE_INTROSPECTION],[false])])
 
@@ -379,7 +379,7 @@ fi
 m4_ifdef([VAPIGEN_CHECK],
   [VAPIGEN_CHECK([0.18])],
   [if test "$enable_vala" = "yes"; then
-     AC_MSG_ERROR([[Vala requested but M4 macros not installed.]])
+     AC_MSG_ERROR([[Vala requested but M4 macros not installed. Try --disable-vala]])
    fi
    AM_CONDITIONAL([ENABLE_VAPIGEN],[false])])
 


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