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 79fe2f0..e919392 100644 --- a/configure.in +++ b/configure.in | |||
@@ -804,7 +804,7 @@ elif ps -el 2>/dev/null | \ | |||
804 | egrep -i ["^ *F +S +UID +PID +PPID +C +PRI +NI +ADDR +SZ +WCHAN +TTY +TIME +[RGSCOMDNA]+"] >/dev/null | 804 | egrep -i ["^ *F +S +UID +PID +PPID +C +PRI +NI +ADDR +SZ +WCHAN +TTY +TIME +[RGSCOMDNA]+"] >/dev/null |
805 | then | 805 | then |
806 | ac_cv_ps_varlist="[procstat,&procuid,&procppid,&pos,procprog]" | 806 | ac_cv_ps_varlist="[procstat,&procuid,&procppid,&pos,procprog]" |
807 | ac_cv_ps_command="$PATH_TO_PS -el (AIX 4.1)" | 807 | ac_cv_ps_command="$PATH_TO_PS -el (AIX 4.1 and HP-UX)" |
808 | ac_cv_ps_format="%*s %s %d %*s %d %*s %*s %*s %*s %*s %*s %*s %*s %n%s" | 808 | ac_cv_ps_format="%*s %s %d %*s %d %*s %*s %*s %*s %*s %*s %*s %*s %n%s" |
809 | ac_cv_ps_cols=5 | 809 | ac_cv_ps_cols=5 |
810 | AC_MSG_RESULT([$ac_cv_ps_command]) | 810 | AC_MSG_RESULT([$ac_cv_ps_command]) |