]> granicus.if.org Git - python/commitdiff
Issue #12326: woops, I really mean 'linux', not 'linux2'
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 20 Aug 2011 22:00:16 +0000 (00:00 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 20 Aug 2011 22:00:16 +0000 (00:00 +0200)
Copy/paste (from Python 3.2) failure

configure
configure.in

index 6b954b6ebc3e00eafd5aa8ff5840eff9c1cab523..ed13d88b4a182ed9623ddefae6d2b82dc1c57515 100755 (executable)
--- a/configure
+++ b/configure
@@ -3052,7 +3052,7 @@ then
        MACHDEP="$ac_md_system$ac_md_release"
 
        case $MACHDEP in
-       linux*) MACHDEP="linux2";;
+       linux*) MACHDEP="linux";;
        cygwin*) MACHDEP="cygwin";;
        darwin*) MACHDEP="darwin";;
         irix646) MACHDEP="irix6";;
index ec390e531fc0ccd077d8d8571d33c852593b49c0..c10f67a70361f3c7d1c5330d7486194a75d964e9 100644 (file)
@@ -304,7 +304,7 @@ then
        MACHDEP="$ac_md_system$ac_md_release"
 
        case $MACHDEP in
-       linux*) MACHDEP="linux2";;
+       linux*) MACHDEP="linux";;
        cygwin*) MACHDEP="cygwin";;
        darwin*) MACHDEP="darwin";;
         irix646) MACHDEP="irix6";;