BIND 10 master, updated. 89ad5194ebbbc808c7e5f317da47550e99efa9ea [master] change setproctitle configure check from error to warning
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 24 15:58:47 UTC 2011
The branch, master has been updated
via 89ad5194ebbbc808c7e5f317da47550e99efa9ea (commit)
from 9a75a9c73b0bb361f1952e92eb4b5a62694be4d6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 89ad5194ebbbc808c7e5f317da47550e99efa9ea
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Feb 24 09:56:35 2011 -0600
[master] change setproctitle configure check from error to warning
The setproctitle check in configure is not really used by build;
it only provides a suggestion for installation.
Some systems don't need it.
We could consider removing this check (ticket #587).
Discussed via jabber.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 65c90fe..e2f1b54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,8 +198,9 @@ if test "$setproctitle_check" = "yes" ; then
AC_MSG_RESULT(ok)
else
AC_MSG_RESULT(missing)
- AC_MSG_ERROR([Missing setproctitle module. Either install it or provide --disable-setproctitle-check.
-In that case we will continue, but naming of python processes will not work.])
+ AC_MSG_WARN([Missing setproctitle python module.
+Use --disable-setproctitle-check to skip this check.
+In this case we will continue, but naming of python processes will not work.])
fi
fi
More information about the bind10-changes
mailing list