[libchamplain] Vala demos should be buildable even if vapi generation disabled



commit faa1db119dcbbb049d82e38a849a19501c3c3d47
Author: JiÅ?í Techet <techet gmail com>
Date:   Sun Apr 3 19:54:17 2011 +0200

    Vala demos should be buildable even if vapi generation disabled
    
    The necessary vapi's are distributed with libchamplain anyway

 configure.ac |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 264885e..f8c4502 100644
--- a/configure.ac
+++ b/configure.ac
@@ -193,10 +193,6 @@ AC_ARG_ENABLE(vala-demos,
 if test "x$enable_vala_demos" = "xyes"; then
   AM_PROG_VALAC([0.11.0])
 
-  if test "x$enable_vala" = "xno"; then
-    AC_MSG_ERROR([Cannot build demos without vala support])
-  fi
-
   if test "x$VALAC" = "x" ; then
     AC_MSG_ERROR([Cannot find the "valac" compiler in your PATH])
   fi



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