epiphany r8757 - trunk



Author: chpe
Date: Sat Feb  7 15:15:25 2009
New Revision: 8757
URL: http://svn.gnome.org/viewvc/epiphany?rev=8757&view=rev

Log:
Fail if given --enable-seed without --enable-introspection.


Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Feb  7 15:15:25 2009
@@ -262,6 +262,10 @@
   [],[enable_seed=no])
 AC_MSG_RESULT([$enable_seed])
 
+if test "$enable_seed" = "yes" -a "$enable_introspection" != "yes"; then
+  AC_MSG_ERROR([GObject introspection support must be enabled for Seed])
+fi
+
 if test "$enable_seed" = "yes"; then
   EPIPHANY_FEATURES="$EPIPHANY_FEATURES seed"
 



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