diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-13 05:59:58 (GMT) |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-13 05:59:58 (GMT) |
commit | 7a7d4d7193f75354af77d7461cbf202b8fc34bfa (patch) | |
tree | cce8e13b85dfe6f33071fa99c5fbfd6ddb4f5085 /configure.in | |
parent | 6392ad5c692c63839d1fbf02383d7974126149bc (diff) | |
download | monitoring-plugins-7a7d4d7193f75354af77d7461cbf202b8fc34bfa.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 9d3c2ed..9942d52 100644 --- a/configure.in +++ b/configure.in | |||
@@ -300,12 +300,6 @@ AC_ARG_WITH(openssl, | |||
300 | [sets path to openssl installation]), | 300 | [sets path to openssl installation]), |
301 | OPENSSL=$withval,) | 301 | OPENSSL=$withval,) |
302 | 302 | ||
303 | AC_ARG_WITH([ipv6], | ||
304 | ACX_HELP_STRING([--with-ipv6], | ||
305 | [enable IPv6 support (default=no)]), | ||
306 | , | ||
307 | with_ipv6=no) | ||
308 | |||
309 | dnl Check for AF_INET6 support | 303 | dnl Check for AF_INET6 support |
310 | AC_CACHE_CHECK([for IPv6 support], with_ipv6, [ | 304 | AC_CACHE_CHECK([for IPv6 support], with_ipv6, [ |
311 | AC_TRY_COMPILE([#include <netinet/in.h> | 305 | AC_TRY_COMPILE([#include <netinet/in.h> |