소스 검색

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

Jeremy T. Bouse 23 년 전
부모
커밋
7a7d4d7193
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      configure.in

+ 0 - 6
configure.in

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