Changeset: fe4e44cbac2c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fe4e44cbac2c
Modified Files:
configure.ag
Branch: default
Log Message:
Need to use $enableval with --enable-* options.
diffs (12 lines):
diff -r 2882c24e7161 -r fe4e44cbac2c configure.ag
--- a/configure.ag Sat Jan 08 18:56:03 2011 +0100
+++ b/configure.ag Sat Jan 08 21:06:52 2011 +0100
@@ -221,7 +221,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