Changeset: dd100aebcf0b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dd100aebcf0b
Modified Files:
configure.ag
Branch: Jan2014
Log Message:
configure.ag: fixed some quoting
diffs (12 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1696,7 +1696,7 @@ AM_CONDITIONAL(HAVE_JAVAMEROCONTROL,test
if test x$have_java_jdbc = xno -a x$have_java_control = xno; then
# no point doing anything with Java if all Java packages are disabled
have_java=no
- if test x$why_have_java = x ; then
+ if test "x$why_have_java" = x ; then
why_have_java="(have_java_jdbc = no && have_java_control = no)"
fi
fi
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list