From dc637abc26038086e5bb5310245457f8bb4b2cee Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 11 Jun 2008 09:05:10 +0000 Subject: [PATCH] Improve the help message for --enable-ipv6. --- configure | 4 ++-- configure.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 3f5e91c..51cff9b 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.151 . +# From configure.in Revision: 1.152 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -848,7 +848,7 @@ Optional Features: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-largefile omit support for large files --disable-protochain disable \"protochain\" insn - --enable-ipv6 build IPv6-capable version [default=yes, if available] + --enable-ipv6 build IPv6-capable version [default=yes, if getaddrinfo available] --enable-optimizer-dbg build optimizer debugging code --enable-yydebug build parser debugging code diff --git a/configure.in b/configure.in index 2c5b3d2..a70216a 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.151 2008-06-11 08:52:29 guy Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.152 2008-06-11 09:05:10 guy Exp $ (LBL) dnl dnl Copyright (c) 1994, 1995, 1996, 1997 dnl The Regents of the University of California. All rights reserved. @@ -6,7 +6,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_REVISION($Revision: 1.151 $) +AC_REVISION($Revision: 1.152 $) AC_PREREQ(2.50) AC_INIT(pcap.c) @@ -390,7 +390,7 @@ if test "x$have_socklen_t" = "xyes"; then fi AC_MSG_RESULT($have_socklen_t) -AC_ARG_ENABLE(ipv6, [ --enable-ipv6 build IPv6-capable version @<:@default=yes, if available@:>@], +AC_ARG_ENABLE(ipv6, [ --enable-ipv6 build IPv6-capable version @<:@default=yes, if getaddrinfo available@:>@], [], [enable_ipv6=ifavailable]) if test "$enable_ipv6" != "no"; then