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:
Jeremy T. Bouse 2003-03-12 17:42:22 +00:00
parent 48442b7773
commit aec167915e

View file

@ -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