@@ -15755,7 +15755,7 @@ index ba37cf99e2..9815c16a5c 100755
15755
15755
;;
15756
15756
*)
15757
15757
diff --git a/configure b/configure
15758
- index 936f3d4596..da05d0a86c 100755
15758
+ index c091865aff..35ec7f1a4c 100755
15759
15759
--- a/configure
15760
15760
+++ b/configure
15761
15761
@@ -3268,6 +3268,15 @@
@@ -15804,7 +15804,7 @@ index 936f3d4596..da05d0a86c 100755
15804
15804
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
15805
15805
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
15806
15806
# or has another value. By not (re)defining it, the defaults come in place.
15807
- @@ -6162 ,11 +6187 ,17 @@
15807
+ @@ -6164 ,11 +6189 ,17 @@
15808
15808
fi
15809
15809
15810
15810
if test "$cross_compiling" = yes; then
@@ -15827,7 +15827,7 @@ index 936f3d4596..da05d0a86c 100755
15827
15827
fi
15828
15828
15829
15829
15830
- @@ -6917 ,8 +6948 ,6 @@
15830
+ @@ -6919 ,8 +6950 ,6 @@
15831
15831
# tweak BASECFLAGS based on compiler and platform
15832
15832
case $GCC in
15833
15833
yes)
@@ -15836,7 +15836,7 @@ index 936f3d4596..da05d0a86c 100755
15836
15836
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Wextra" >&5
15837
15837
$as_echo_n "checking for -Wextra... " >&6; }
15838
15838
ac_save_cc="$CC"
15839
- @@ -11491 ,6 +11520 ,10 @@
15839
+ @@ -11493 ,6 +11522 ,10 @@
15840
15840
fi
15841
15841
;;
15842
15842
hp*|HP*) DYNLOADFILE="dynload_hpux.o";;
@@ -15847,7 +15847,7 @@ index 936f3d4596..da05d0a86c 100755
15847
15847
*)
15848
15848
# use dynload_shlib.c and dlopen() if we have it; otherwise stub
15849
15849
# out any dynamic loading
15850
- @@ -18749 ,7 +18782 ,17 @@
15850
+ @@ -18751 ,7 +18784 ,17 @@
15851
15851
echo "creating Modules/Setup.local" >&6
15852
15852
if test ! -f Modules/Setup.local
15853
15853
then
@@ -15866,13 +15866,13 @@ index 936f3d4596..da05d0a86c 100755
15866
15866
fi
15867
15867
15868
15868
echo "creating Makefile" >&6
15869
- @@ -18766 ,4 +18809 ,3 @@
15869
+ @@ -18768 ,4 +18811 ,3 @@
15870
15870
echo "" >&6
15871
15871
echo "" >&6
15872
15872
fi
15873
15873
-
15874
15874
diff --git a/configure.ac b/configure.ac
15875
- index e02cc2c656..599bfa153f 100644
15875
+ index de83332dd3..d99c988975 100644
15876
15876
--- a/configure.ac
15877
15877
+++ b/configure.ac
15878
15878
@@ -392,6 +392,15 @@
@@ -15921,7 +15921,7 @@ index e02cc2c656..599bfa153f 100644
15921
15921
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
15922
15922
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
15923
15923
# or has another value. By not (re)defining it, the defaults come in place.
15924
- @@ -1199 ,11 +1224 ,17 @@
15924
+ @@ -1201 ,11 +1226 ,17 @@
15925
15925
15926
15926
AC_CHECK_TOOLS([READELF], [readelf], [:])
15927
15927
if test "$cross_compiling" = yes; then
@@ -15944,7 +15944,7 @@ index e02cc2c656..599bfa153f 100644
15944
15944
fi
15945
15945
AC_SUBST(READELF)
15946
15946
15947
- @@ -1582 ,8 +1613 ,6 @@
15947
+ @@ -1584 ,8 +1615 ,6 @@
15948
15948
# tweak BASECFLAGS based on compiler and platform
15949
15949
case $GCC in
15950
15950
yes)
@@ -15953,7 +15953,7 @@ index e02cc2c656..599bfa153f 100644
15953
15953
AC_MSG_CHECKING(for -Wextra)
15954
15954
ac_save_cc="$CC"
15955
15955
CC="$CC -Wextra -Werror"
15956
- @@ -3555 ,6 +3584 ,10 @@
15956
+ @@ -3557 ,6 +3586 ,10 @@
15957
15957
fi
15958
15958
;;
15959
15959
hp*|HP*) DYNLOADFILE="dynload_hpux.o";;
@@ -15964,7 +15964,7 @@ index e02cc2c656..599bfa153f 100644
15964
15964
*)
15965
15965
# use dynload_shlib.c and dlopen() if we have it; otherwise stub
15966
15966
# out any dynamic loading
15967
- @@ -5687 ,7 +5720 ,17 @@
15967
+ @@ -5689 ,7 +5722 ,17 @@
15968
15968
echo "creating Modules/Setup.local" >&AS_MESSAGE_FD
15969
15969
if test ! -f Modules/Setup.local
15970
15970
then
@@ -15983,7 +15983,7 @@ index e02cc2c656..599bfa153f 100644
15983
15983
fi
15984
15984
15985
15985
echo "creating Makefile" >&AS_MESSAGE_FD
15986
- @@ -5704 ,4 +5747 ,3 @@
15986
+ @@ -5706 ,4 +5749 ,3 @@
15987
15987
echo "" >&AS_MESSAGE_FD
15988
15988
echo "" >&AS_MESSAGE_FD
15989
15989
fi
0 commit comments