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

Backport: Need to use $enableval with --enable-* options.


diffs (12 lines):

diff -r 7a2fbfa45e18 -r a14e01996332 MonetDB5/configure.ag
--- a/MonetDB5/configure.ag     Tue Jan 04 19:13:19 2011 +0100
+++ b/MonetDB5/configure.ag     Sun Jan 09 11:12:50 2011 +0100
@@ -394,7 +394,7 @@
 AC_ARG_ENABLE(console,
        AS_HELP_STRING([--enable-console],
                [enables direct console on the server (involves security 
risks)]),
-       use_console="$withval")
+       use_console="$enableval")
 if test x$use_console = xyes ; then
        AC_DEFINE([HAVE_CONSOLE], 1, [If the console should be used])
 fi
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to