--- configure
+++ configure
@@ -20064,6 +20064,8 @@
 # Python: Used for testsuite, and bindings
 
 
+PYTHON="none"
+if false; then
 PYTHON="`$abs_srcdir/build/find_python.sh`"
 if test -z "$PYTHON"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Python 2.4 or later is required to run the testsuite" >&5
@@ -20124,6 +20126,7 @@
   test -n "$PYTHON" && break
 done
 test -n "$PYTHON" || PYTHON="none"
+fi
 
 
 # The minimum version for the JVM runtime for our Java bytecode.
@@ -20614,6 +20617,8 @@
 
 
 
+PERL="none"
+if false; then
 # Extract the first word of "perl", so it can be a program name with args.
 set dummy perl; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -20653,9 +20658,12 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
+fi
 
 
 
+RUBY="none"
+if false; then
 if test -n "$RUBY"; then
   # Extract the first word of ""$RUBY"", so it can be a program name with args.
 set dummy "$RUBY"; ac_word=$2
@@ -20893,6 +20901,7 @@
 $as_echo "$as_me: WARNING: Upgrade to the official 1.8.2 release, or later" >&2;}
   fi
 fi
+fi
 
 
 
