Skip to content

Commit

Permalink
bpo-30232: Regenerate configure (#1396)
Browse files Browse the repository at this point in the history
Run autoconf.
  • Loading branch information
vstinner committed May 2, 2017
1 parent 5facdbb commit 9ed34a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2710,7 +2710,7 @@ fi



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


if test "${OPT-unset}" = "unset"
then
case $GCC in
Expand Down Expand Up @@ -6830,6 +6831,8 @@ then
then
# Clang also needs -fwrapv
WRAP="-fwrapv"
# bpo-30104: disable strict aliasing to compile correctly dtoa.c,
# see Makefile.pre.in for more information
CFLAGS_ALIASING="-fno-strict-aliasing"
fi

Expand Down

0 comments on commit 9ed34a8

Please sign in to comment.