Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7209ff2

Browse files
author
Victor Stinner
committed
Issue #12326: woops, I really mean 'linux', not 'linux2'
Copy/paste (from Python 3.2) failure
1 parent ff3d939 commit 7209ff2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,7 @@ then
30523052
MACHDEP="$ac_md_system$ac_md_release"
30533053

30543054
case $MACHDEP in
3055-
linux*) MACHDEP="linux2";;
3055+
linux*) MACHDEP="linux";;
30563056
cygwin*) MACHDEP="cygwin";;
30573057
darwin*) MACHDEP="darwin";;
30583058
irix646) MACHDEP="irix6";;

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ then
304304
MACHDEP="$ac_md_system$ac_md_release"
305305

306306
case $MACHDEP in
307-
linux*) MACHDEP="linux2";;
307+
linux*) MACHDEP="linux";;
308308
cygwin*) MACHDEP="cygwin";;
309309
darwin*) MACHDEP="darwin";;
310310
irix646) MACHDEP="irix6";;

0 commit comments

Comments
 (0)