diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d50e4e9a..4ce14094 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1053,6 +1053,10 @@ if test -n "$ac_cv_ps_varlist" ; then | |||
1053 | AC_DEFINE(PS_USES_PROCETIME,"yes", | 1053 | AC_DEFINE(PS_USES_PROCETIME,"yes", |
1054 | [Whether the ps utility uses the "procetime" field]) | 1054 | [Whether the ps utility uses the "procetime" field]) |
1055 | fi | 1055 | fi |
1056 | if echo "$ac_cv_ps_varlist" | grep "procpcpu" >/dev/null; then | ||
1057 | AC_DEFINE(PS_USES_PROCPCPU,"yes", | ||
1058 | [Whether the ps utility uses the "procpcpu" field]) | ||
1059 | fi | ||
1056 | fi | 1060 | fi |
1057 | 1061 | ||
1058 | AC_PATH_PROG(PATH_TO_PING,ping) | 1062 | AC_PATH_PROG(PATH_TO_PING,ping) |