From a22e27e2fb1e351e99e28bc0f37fc292c4a8a860 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 7 Feb 2009 15:15:25 +0000 Subject: Fail if given --enable-seed without --enable-introspection. svn path=/trunk/; revision=8757 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ef3c86338..6e9091abe 100644 --- a/configure.ac +++ b/configure.ac @@ -262,6 +262,10 @@ AC_ARG_ENABLE([seed], [],[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" -- cgit v1.2.3