aboutsummaryrefslogtreecommitdiff
blob: 40e4080f79a45135f79a843d4134716cf7dab705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://bugs.python.org/issue12326
http://hg.python.org/cpython/rev/c816479f6aaf

--- configure.in
+++ configure.in
@@ -260,6 +260,7 @@
 	MACHDEP="$ac_md_system$ac_md_release"
 
 	case $MACHDEP in
+	linux*) MACHDEP="linux2";;
 	cygwin*) MACHDEP="cygwin";;
 	darwin*) MACHDEP="darwin";;
 	atheos*) MACHDEP="atheos";;