summarylogtreecommitdiffstats
path: root/python2_only.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python2_only.patch')
-rw-r--r--python2_only.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python2_only.patch b/python2_only.patch
new file mode 100644
index 000000000000..ac9ddd1ccd75
--- /dev/null
+++ b/python2_only.patch
@@ -0,0 +1,11 @@
+--- configure 2006-04-10 03:10:07.000000000 -0600
++++ configure 2012-04-06 16:50:00.864304570 -0600
+@@ -2911,7 +2911,7 @@
+
+
+ # Find any Python interpreter.
+- for ac_prog in python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
++ for ac_prog in python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2