Changeset: d5c85117c5ab for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d5c85117c5ab
Modified Files:
        configure.ag
Branch: Mar2011
Log Message:

Fix syntax error.


diffs (17 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -3211,11 +3211,10 @@
 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"yes" ; then
        AC_MSG_ERROR([sql needs monetdb5]);
 fi
-if test x"$enable_sql" = xauto && test x"$enable_monetdb5" = x"no" ;
+if test x"$enable_sql" = xauto && test x"$enable_monetdb5" = x"no" ; then
        enable_sql = no
 fi
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to