Another configure problem at: ../MonetDBMar2011/configure: line 39652: syntax error near unexpected token `fi' ../MonetDBMar2011/configure: line 39652: `fi'
'then' seems missing Milena ----- Original Message ----- From: "Sjoerd Mullender" <[email protected]> To: [email protected] Sent: Monday, March 7, 2011 3:50:18 PM Subject: MonetDB: Mar2011 - Typo. Changeset: 57a677082865 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=57a677082865 Modified Files: configure.ag Branch: Mar2011 Log Message: Typo. diffs (12 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -3213,7 +3213,7 @@ dnl check dependencies (might need more than just SQL) if test x"$enable_sql" = xyes && test x"$enable_monetdb5" != x"yes" ; then - AC_MGS_ERROR([sql needs monetdb5]); + AC_MSG_ERROR([sql needs monetdb5]); fi if test x"$enable_sql" = xauto && test x"$enable_monetdb5" = x"no" ; enable_sql = no _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
