mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-23 10:53:03 -04:00
Minor fix to --with-ipv6 behavior
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@411 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
48442b7773
commit
aec167915e
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ AC_ARG_WITH(openssl,
|
|||
AC_ARG_WITH([ipv6],
|
||||
ACX_HELP_STRING([--with-ipv6],
|
||||
[enable IPv6 support (default=no)]),
|
||||
ac_cv_sys_use_ipv6=$withval,
|
||||
,
|
||||
ac_cv_sys_use_ipv6=no)
|
||||
|
||||
dnl Check for AF_INET6 support
|
||||
|
|
|
|||
Loading…
Reference in a new issue