diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4f9dc1c..2f1274b 100644 --- a/configure.in +++ b/configure.in | |||
@@ -708,7 +708,6 @@ then | |||
708 | ac_cv_ps_cols=9 | 708 | ac_cv_ps_cols=9 |
709 | AC_MSG_RESULT([$ac_cv_ps_command]) | 709 | AC_MSG_RESULT([$ac_cv_ps_command]) |
710 | 710 | ||
711 | XXX | ||
712 | elif ps -eo 's comm vsz rss user uid pid ppid args' 2>/dev/null | \ | 711 | elif ps -eo 's comm vsz rss user uid pid ppid args' 2>/dev/null | \ |
713 | egrep -i ["^S[TAUES]* +C[OMDNA]+ +[VSIZE]+ +U[SER]+ +U[ID]+ +P[PID]+ +P[PID]+ +[RGSCOMDNA]+"] >/dev/null | 712 | egrep -i ["^S[TAUES]* +C[OMDNA]+ +[VSIZE]+ +U[SER]+ +U[ID]+ +P[PID]+ +P[PID]+ +[RGSCOMDNA]+"] >/dev/null |
714 | then | 713 | then |
@@ -833,7 +832,6 @@ then | |||
833 | ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %*s %*s %*s %*s %*s %n%s" | 832 | ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %*s %*s %*s %*s %*s %n%s" |
834 | ac_cv_ps_cols=8 | 833 | ac_cv_ps_cols=8 |
835 | AC_MSG_RESULT([$ac_cv_ps_command]) | 834 | AC_MSG_RESULT([$ac_cv_ps_command]) |
836 | XXX | ||
837 | 835 | ||
838 | else | 836 | else |
839 | AC_MSG_WARN([unable to find usable ps syntax - check_procs and check_nagios will not be compiled]) | 837 | AC_MSG_WARN([unable to find usable ps syntax - check_procs and check_nagios will not be compiled]) |