Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv17887
Modified Files:
configure.in
Log Message:
remove code for outdated/unsupported compile-time configuration options
Index: configure.in
===================================================================
RCS file: /cvsroot/srvx/services/configure.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** configure.in 2 Jul 2002 00:01:41 -0000 1.49
--- configure.in 4 Jul 2002 03:46:26 -0000 1.50
***************
*** 253,262 ****
fi])
- AC_ARG_ENABLE(trust-opers,
- [ --disable-trust-opers Use Paranoid Oper Permissions],
- [if test "$enableval" = no; then
- AC_DEFINE(DISTRUST_OPERS, 1, [Define to restrict what opers can do])
- fi])
-
AC_MSG_CHECKING(whether to enable debug behaviors)
AC_ARG_ENABLE(debug,
--- 253,256 ----
|