summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 25c0c9c..a5d4842 100644
--- a/configure.in
+++ b/configure.in
@@ -1389,6 +1389,17 @@ else
1389 AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin]) 1389 AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin])
1390fi 1390fi
1391 1391
1392AC_PATH_PROG(PATH_TO_FPING6,fping6)
1393AC_ARG_WITH(fping6_command,
1394 ACX_HELP_STRING([--with-fping6-command=PATH],
1395 [Path to fping6 command]), PATH_TO_FPING6=$withval)
1396if test -n "$PATH_TO_FPING6"
1397then
1398 AC_DEFINE_UNQUOTED(PATH_TO_FPING6,"$PATH_TO_FPING6",[path to fping6])
1399else
1400 AC_MSG_WARN([Get fping6 from http://www.fping.com in order to make check_fping plugin])
1401fi
1402
1392AC_PATH_PROG(PATH_TO_SSH,ssh) 1403AC_PATH_PROG(PATH_TO_SSH,ssh)
1393AC_ARG_WITH(ssh_command, 1404AC_ARG_WITH(ssh_command,
1394 ACX_HELP_STRING([--with-ssh-command=PATH], 1405 ACX_HELP_STRING([--with-ssh-command=PATH],