summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-08-20 22:00:16 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-08-20 22:00:16 (GMT)
commit7209ff2b317bcb66ff7eb6f4554528e901e85a93 (patch)
tree7acc2f834b939124806e2c5a2853fdad81b5eed1 /configure
parentff3d9399fc79b64b23b60ac9a11fa9009e6333e7 (diff)
downloadcpython-7209ff2b317bcb66ff7eb6f4554528e901e85a93.zip
cpython-7209ff2b317bcb66ff7eb6f4554528e901e85a93.tar.gz
cpython-7209ff2b317bcb66ff7eb6f4554528e901e85a93.tar.bz2
Issue #12326: woops, I really mean 'linux', not 'linux2'
Copy/paste (from Python 3.2) failure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6b954b6..ed13d88 100755
--- 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";;