summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-04-04 11:09:15 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2019-04-04 11:09:15 (GMT)
commit2f4d6764d78cf085601b34ac92486405bd11095d (patch)
tree550601dc79e74fd4c184dc96a95687d1d1238b43 /configure.ac
parentfaea5899ba3264581bf75649e4b399d0b69bd125 (diff)
parent5f16ba81c4af1a05e67806ca989a1dd46248a5fd (diff)
downloadmonitoring-plugins-2f4d6764d78cf085601b34ac92486405bd11095d.tar.gz
Merge branch 'master' into feature_check_curl
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)