diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index cbc2f3c..a266682 100644 --- a/configure.in +++ b/configure.in | |||
@@ -600,6 +600,7 @@ AC_PATH_PROG(PATH_TO_PS,ps) | |||
600 | AC_MSG_CHECKING(for ps syntax) | 600 | AC_MSG_CHECKING(for ps syntax) |
601 | 601 | ||
602 | dnl Now using the pst3/kmem hack for solaris systems to avoid truncation | 602 | dnl Now using the pst3/kmem hack for solaris systems to avoid truncation |
603 | AM_CONDITIONAL(WANT_PST3, false) | ||
603 | if test "$ac_cv_uname_s" = "SunOS"; then | 604 | if test "$ac_cv_uname_s" = "SunOS"; then |
604 | # | 605 | # |
605 | # this is a very, very ugly hack, to hardcode the location for plugins | 606 | # this is a very, very ugly hack, to hardcode the location for plugins |
@@ -622,6 +623,7 @@ if test "$ac_cv_uname_s" = "SunOS"; then | |||
622 | ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]" | 623 | ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]" |
623 | ac_cv_ps_cols=8 | 624 | ac_cv_ps_cols=8 |
624 | AC_MSG_RESULT([using nagios-plugins internal ps for solaris]) | 625 | AC_MSG_RESULT([using nagios-plugins internal ps for solaris]) |
626 | AM_CONDITIONAL(WANT_PST3, true) | ||
625 | 627 | ||
626 | dnl Some gnu/linux systems (debian for one) don't like -axwo and need axwo. | 628 | dnl Some gnu/linux systems (debian for one) don't like -axwo and need axwo. |
627 | dnl so test for this first... | 629 | dnl so test for this first... |