]> granicus.if.org Git - python/commitdiff
bpo-30232: Regenerate configure (#1396)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 2 May 2017 20:35:58 +0000 (22:35 +0200)
committerGitHub <noreply@github.com>
Tue, 2 May 2017 20:35:58 +0000 (22:35 +0200)
Run autoconf.

configure

index 3e89bfabc3a519ae13a83e35eed97e7322b2b6e2..d44372a4507d65c7b0522d9bc0cb55adbed5e929 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
@@ -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
@@ -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