mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
IPv6 structure check always failed on OSF1 because #include
line had leading whitespace
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# From configure.in Revision: 1.69
|
# From configure.in Revision: 1.71
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ ac_help="$ac_help
|
|||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--disable-libtool-lock avoid locking (might break parallel builds)"
|
--disable-libtool-lock avoid locking (might break parallel builds)"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-ipv6 use IPv6 [default: autodetect]"
|
--enable-ipv6 use IPv6 [default=autodetect]"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
|
--with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
|
||||||
|
|
||||||
@@ -2657,7 +2657,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
case "$enable_ipv6" in
|
case "$enable_ipv6" in
|
||||||
yes|'')
|
yes|''|autodetect)
|
||||||
echo $ac_n "checking for IPv6 structures""... $ac_c" 1>&6
|
echo $ac_n "checking for IPv6 structures""... $ac_c" 1>&6
|
||||||
echo "configure:2663: checking for IPv6 structures" >&5
|
echo "configure:2663: checking for IPv6 structures" >&5
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
|
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|||||||
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||||
dnl SOFTWARE.
|
dnl SOFTWARE.
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.70 $)
|
AC_REVISION($Revision: 1.71 $)
|
||||||
|
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user