Skip to content

Commit 9ed34a8

Browse files
authored
bpo-30232: Regenerate configure (#1396)
Run autoconf.
1 parent 5facdbb commit 9ed34a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@ fi
27102710

27112711

27122712

2713-
if test -e $srcdir/.git/HEAD
2713+
if test -e $srcdir/.git
27142714
then
27152715
# Extract the first word of "git", so it can be a program name with args.
27162716
set dummy git; ac_word=$2
@@ -6801,6 +6801,7 @@ esac
68016801
# tweak OPT based on compiler and platform, only if the user didn't set
68026802
# it on the command line
68036803

6804+
68046805
if test "${OPT-unset}" = "unset"
68056806
then
68066807
case $GCC in
@@ -6830,6 +6831,8 @@ then
68306831
then
68316832
# Clang also needs -fwrapv
68326833
WRAP="-fwrapv"
6834+
# bpo-30104: disable strict aliasing to compile correctly dtoa.c,
6835+
# see Makefile.pre.in for more information
68336836
CFLAGS_ALIASING="-fno-strict-aliasing"
68346837
fi
68356838

0 commit comments

Comments
 (0)