[svn] commit: r3011 - /branches/trac322/configure.ac
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Sep 23 19:06:47 UTC 2010
Author: vorner
Date: Thu Sep 23 19:06:46 2010
New Revision: 3011
Log:
Better help for --disable-setproctitle-check
Modified:
branches/trac322/configure.ac
Modified: branches/trac322/configure.ac
==============================================================================
--- branches/trac322/configure.ac (original)
+++ branches/trac322/configure.ac Thu Sep 23 19:06:46 2010
@@ -43,7 +43,7 @@
# allow configuring without setproctitle.
AC_ARG_ENABLE(setproctitle-check,
AC_HELP_STRING([--disable-setproctitle-check],
- [do not check for setproctitle module]),
+ [do not check for python setproctitle module (used to give nice names to python processes)]),
setproctitle_check=$enableval, setproctitle_check=yes)
# OS dependent configuration
More information about the bind10-changes
mailing list