Changeset: 519bae3a6b4f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=519bae3a6b4f
Modified Files:
configure.ag
Branch: default
Log Message:
configure: don't show monetdb4 as enabled
diffs (12 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -3210,7 +3210,7 @@
echo " LDFLAGS: ${LDFLAGS}"
echo
echo "* Enabled/disabled components:"
-for comp in common monetdb{4,5} sql geom unixodbc java testing; do
+for comp in common monetdb5 sql geom unixodbc java testing; do
echo $ECHO_N " $comp is $ECHO_C"
eval "if test \"x\$enable_$comp\" = xno ; then echo
\"${ECHO_T}disabled\"; else echo \"${ECHO_T}enabled\"; fi"
done
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list