Changeset: 38e5ac0ff71b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=38e5ac0ff71b
Modified Files:
configure.ag
Branch: Mar2011
Log Message:
Fix logic that checks whether we need an error message for SQL vs. MonetDB5.
diffs (17 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -3206,11 +3206,11 @@
AM_CONDITIONAL(HAVE_EXTRA_MK, false)
dnl check dependencies (might need more than just SQL)
-if test x"$enable_sql" = xyes && test x"$enable_monetdb5" != x"yes" ; then
+if test x"$enable_sql" = xyes && test x"$enable_monetdb5" = x"no" ; then
AC_MSG_ERROR([sql needs monetdb5]);
fi
if test x"$enable_sql" = xauto && test x"$enable_monetdb5" = x"no" ; then
- enable_sql = no
+ enable_sql=no
fi
dnl output
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list