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

Add the default value of --enable-console to its help string.


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -284,7 +284,7 @@
 use_console=yes
 AC_ARG_ENABLE(console,
        AS_HELP_STRING([--enable-console],
-               [enables direct console on the server (involves security 
risks)]),
+               [enables direct console on the server (involves security risks) 
(default=yes)]),
        use_console="$enableval")
 if test x$use_console = xyes ; then
        AC_DEFINE([HAVE_CONSOLE], 1, [If the console should be used])
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to