diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-12 17:42:22 (GMT) |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-12 17:42:22 (GMT) |
commit | aec167915efcf9e60636e0c8a71fb7bb07b476bb (patch) | |
tree | bf8ae9cd8f51d5fd85d4de8f3904fdc02f560cf9 | |
parent | 48442b777389cfecb95f07b800d69dbac24130f0 (diff) | |
download | monitoring-plugins-aec167915efcf9e60636e0c8a71fb7bb07b476bb.tar.gz |
Minor fix to --with-ipv6 behavior
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@411 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 529b7bb..21c55e6 100644 --- a/configure.in +++ b/configure.in | |||
@@ -303,7 +303,7 @@ AC_ARG_WITH(openssl, | |||
303 | AC_ARG_WITH([ipv6], | 303 | AC_ARG_WITH([ipv6], |
304 | ACX_HELP_STRING([--with-ipv6], | 304 | ACX_HELP_STRING([--with-ipv6], |
305 | [enable IPv6 support (default=no)]), | 305 | [enable IPv6 support (default=no)]), |
306 | ac_cv_sys_use_ipv6=$withval, | 306 | , |
307 | ac_cv_sys_use_ipv6=no) | 307 | ac_cv_sys_use_ipv6=no) |
308 | 308 | ||
309 | dnl Check for AF_INET6 support | 309 | dnl Check for AF_INET6 support |