|
From: Ethan G. <ega...@us...> - 2002-03-10 23:49:29
|
Update of /cvsroot/nagios/nagios
In directory usw-pr-cvs1:/tmp/cvs-serv533
Modified Files:
configure configure.in
Log Message:
Bug fix and failure prediction option removal
Index: configure
===================================================================
RCS file: /cvsroot/nagios/nagios/configure,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** configure 8 Mar 2002 03:38:36 -0000 1.4
--- configure 10 Mar 2002 23:49:26 -0000 1.5
***************
*** 110,115 ****
--with-perlcache turns on cacheing of internally compiled Perl scripts"
ac_help="$ac_help
- --enable-failure-prediction will enable integration with failure prediction module (NOT HERE YET!)"
- ac_help="$ac_help
--with-ping-command=<syntax> sets syntax for ping"
--- 110,113 ----
***************
*** 662,666 ****
# ./install, which can be erroneously created by make from ./install.sh.
[...1135 lines suppressed...]
echo "$ac_t""yes" 1>&6
--- 3156,3160 ----
; return 0; }
EOF
! if { (eval echo configure:3159: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6
***************
*** 3196,3200 ****
set dummy perl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3199: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
--- 3181,3185 ----
set dummy perl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3184: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
Index: configure.in
===================================================================
RCS file: /cvsroot/nagios/nagios/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** configure.in 8 Mar 2002 03:38:36 -0000 1.4
--- configure.in 10 Mar 2002 23:49:26 -0000 1.5
***************
*** 623,631 ****
dnl Should predictive failure routines be compiled in?
! AC_ARG_ENABLE(failure-prediction,--enable-failure-prediction will enable integration with failure prediction module (NOT HERE YET!),[
! AC_DEFINE_UNQUOTED(PREDICT_FAILURES)
! BASEEXTRALIBS="$BASEEXTRALIBS \$(FDATALIBS)"
! echo "Failure prediction routines (incomplete!) will be compiled in..."
! ])
dnl Find traceroute
--- 623,631 ----
dnl Should predictive failure routines be compiled in?
! dnl AC_ARG_ENABLE(failure-prediction,--enable-failure-prediction will enable integration with failure prediction module (NOT HERE YET!),[
! dnl AC_DEFINE_UNQUOTED(PREDICT_FAILURES)
! dnl BASEEXTRALIBS="$BASEEXTRALIBS \$(FDATALIBS)"
! dnl echo "Failure prediction routines (incomplete!) will be compiled in..."
! dnl ])
dnl Find traceroute
|