[Nagiosplug-checkins] nagiosplug configure.in,1.156,1.157
M. Sean Finney
seanius at users.sourceforge.net
Thu Oct 6 05:15:48 CEST 2005
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3628
Modified Files:
configure.in
Log Message:
whoops. now using automake conditionals to prevent attempted compiles
of pst3 on non solaris systems.
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- configure.in 24 Sep 2005 20:01:44 -0000 1.156
+++ configure.in 6 Oct 2005 12:12:46 -0000 1.157
@@ -600,6 +600,7 @@
AC_MSG_CHECKING(for ps syntax)
dnl Now using the pst3/kmem hack for solaris systems to avoid truncation
+AM_CONDITIONAL(WANT_PST3, false)
if test "$ac_cv_uname_s" = "SunOS"; then
#
# this is a very, very ugly hack, to hardcode the location for plugins
@@ -622,6 +623,7 @@
ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
ac_cv_ps_cols=8
AC_MSG_RESULT([using nagios-plugins internal ps for solaris])
+ AM_CONDITIONAL(WANT_PST3, true)
dnl Some gnu/linux systems (debian for one) don't like -axwo and need axwo.
dnl so test for this first...
More information about the Commits
mailing list