dect
/
libpcap
Archived
13
0
Fork 0

Improve the help message for --enable-ipv6.

This commit is contained in:
guy 2008-06-11 09:05:10 +00:00
parent bc54719c2f
commit dc637abc26
2 changed files with 5 additions and 5 deletions

4
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.in Revision: 1.151 . # From configure.in Revision: 1.152 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59. # Generated by GNU Autoconf 2.59.
# #
@ -848,7 +848,7 @@ Optional Features:
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-largefile omit support for large files --disable-largefile omit support for large files
--disable-protochain disable \"protochain\" insn --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-optimizer-dbg build optimizer debugging code
--enable-yydebug build parser debugging code --enable-yydebug build parser debugging code

View File

@ -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
dnl Copyright (c) 1994, 1995, 1996, 1997 dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved. 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 Process this file with autoconf to produce a configure script.
dnl dnl
AC_REVISION($Revision: 1.151 $) AC_REVISION($Revision: 1.152 $)
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(pcap.c) AC_INIT(pcap.c)
@ -390,7 +390,7 @@ if test "x$have_socklen_t" = "xyes"; then
fi fi
AC_MSG_RESULT($have_socklen_t) 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]) [enable_ipv6=ifavailable])
if test "$enable_ipv6" != "no"; then if test "$enable_ipv6" != "no"; then