summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam <william@blackhats.net.au>2025-05-07 13:17:47 +1000
committerWilliam <william@blackhats.net.au>2025-05-07 13:17:47 +1000
commit1fb9300a2f10d5c649df484e1b8d7550f9a5f846 (patch)
treebab48f2346746df64402bb99160c98bc9c3010a8 /configure.ac
parent58a34245110f12192d3b3e99198086c119a57418 (diff)
downloadmonitoring-plugins-1fb9300a2f10d5c649df484e1b8d7550f9a5f846.tar.gz
Remove un-needed flags
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index fdc9b699..bd3de196 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1524,17 +1524,10 @@ AC_PATH_PROG(PATH_TO_FPING6,fping6)
1524AC_ARG_WITH(fping_command, 1524AC_ARG_WITH(fping_command,
1525 ACX_HELP_STRING([--with-fping-command=PATH], 1525 ACX_HELP_STRING([--with-fping-command=PATH],
1526 [Path to fping command]), PATH_TO_FPING=$withval) 1526 [Path to fping command]), PATH_TO_FPING=$withval)
1527AC_ARG_WITH(fping6_command,
1528 ACX_HELP_STRING([--with-fping6-command=PATH],
1529 [Path to fping6 command]), PATH_TO_FPING6=$withval)
1530
1531if test -n "$PATH_TO_FPING" 1527if test -n "$PATH_TO_FPING"
1532then 1528then
1533 AC_DEFINE_UNQUOTED(PATH_TO_FPING,"$PATH_TO_FPING",[path to fping]) 1529 AC_DEFINE_UNQUOTED(PATH_TO_FPING,"$PATH_TO_FPING",[path to fping])
1534 EXTRAS="$EXTRAS check_fping\$(EXEEXT)" 1530 EXTRAS="$EXTRAS check_fping\$(EXEEXT)"
1535 if test x"$with_ipv6" != xno && test -n "$PATH_TO_FPING6"; then
1536 AC_DEFINE_UNQUOTED(PATH_TO_FPING6,"$PATH_TO_FPING6",[path to fping6])
1537 fi
1538else 1531else
1539 AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin]) 1532 AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin])
1540fi 1533fi