mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-14 03:00:05 -04:00
Removed --with-ipv6 configure option so it determines IPv6 availablity
completely on it's own per suggestion by Karl git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@415 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
6392ad5c69
commit
7a7d4d7193
1 changed files with 0 additions and 6 deletions
|
|
@ -300,12 +300,6 @@ AC_ARG_WITH(openssl,
|
|||
[sets path to openssl installation]),
|
||||
OPENSSL=$withval,)
|
||||
|
||||
AC_ARG_WITH([ipv6],
|
||||
ACX_HELP_STRING([--with-ipv6],
|
||||
[enable IPv6 support (default=no)]),
|
||||
,
|
||||
with_ipv6=no)
|
||||
|
||||
dnl Check for AF_INET6 support
|
||||
AC_CACHE_CHECK([for IPv6 support], with_ipv6, [
|
||||
AC_TRY_COMPILE([#include <netinet/in.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue