Issue #12326: woops, I really mean 'linux', not 'linux2'

Copy/paste (from Python 3.2) failure
diff --git a/configure b/configure
index 6b954b6..ed13d88 100755
--- a/configure
+++ b/configure
@@ -3052,7 +3052,7 @@
 	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";;