BIND 10 #587: remove or change setproctitle check from configure.ac
BIND 10 Development
do-not-reply at isc.org
Fri Feb 18 16:18:31 UTC 2011
#587: remove or change setproctitle check from configure.ac
------------------------------------+---------------------------------
Reporter: jreed | Owner:
Type: task | Status: new
Priority: minor | Milestone:
Component: Unclassified | Keywords:
Sensitive: 0 | Estimated Number of Hours: 0
Add Hours to Ticket: 0 | Billable?: 1
Total Hours: 0 | Internal?: 0
------------------------------------+---------------------------------
As far as I can tell, the code using the setproctitle module work even if
not installed.
I propose that the setproctitle check is removed from configure.ac.
Or if kept, the just make it a suggestion, like:
{{{
diff --git a/configure.ac b/configure.ac
index 139166b..cf419b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -193,8 +193,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
}}}
Or say that suggestion differently, later at end of output.
--
Ticket URL: <http://bind10.isc.org/ticket/587>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list