summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d50e4e9..4ce1409 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
1056fi 1060fi
1057 1061
1058AC_PATH_PROG(PATH_TO_PING,ping) 1062AC_PATH_PROG(PATH_TO_PING,ping)