diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f540671..af8278e 100644 --- a/configure.in +++ b/configure.in | |||
@@ -762,7 +762,7 @@ if test -n "$ac_cv_ps_varlist" ; then | |||
762 | AC_DEFINE_UNQUOTED(PS_COLS,$ac_cv_ps_cols, | 762 | AC_DEFINE_UNQUOTED(PS_COLS,$ac_cv_ps_cols, |
763 | [Number of columns in ps command]) | 763 | [Number of columns in ps command]) |
764 | EXTRAS="$EXTRAS check_procs check_nagios" | 764 | EXTRAS="$EXTRAS check_procs check_nagios" |
765 | if echo "$ac_cv_ps_varlist" | grep -q "procetime"; then | 765 | if echo "$ac_cv_ps_varlist" | grep "procetime" >/dev/null; then |
766 | AC_DEFINE(PS_USES_PROCETIME,"yes", | 766 | AC_DEFINE(PS_USES_PROCETIME,"yes", |
767 | [Whether the ps utility uses the "procetime" field]) | 767 | [Whether the ps utility uses the "procetime" field]) |
768 | fi | 768 | fi |