summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
-rw-r--r--configure.in4
2 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 7d41ece90..cd8cda9b1 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 2.37
+# From configure.in Revision: 2.38
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -657,8 +657,8 @@ echo "$ac_t""$version" 1>&6
# Make sure distutils is available. Some Linux Python packages split
# distutils into the "-devel" package, so they need both.
-echo $ac_n "checking that Python has distutils""... $ac_c" 1>&6
-echo "configure:662: checking that Python has distutils" >&5
+echo $ac_n "checking that Python has a working distutils""... $ac_c" 1>&6
+echo "configure:662: checking that Python has a working distutils" >&5
cat > conftest.py <<EOF
try:
diff --git a/configure.in b/configure.in
index 518759516..6d5f0af0f 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 6093 $)
+AC_REVISION($Revision: 6094 $)
AC_PREREQ(2.0)
AC_INIT(src/common.h)
@@ -87,7 +87,7 @@ AC_MSG_RESULT($version)
# Make sure distutils is available. Some Linux Python packages split
# distutils into the "-devel" package, so they need both.
-AC_MSG_CHECKING(that Python has distutils)
+AC_MSG_CHECKING(that Python has a working distutils)
changequote(,)
cat > conftest.py <<EOF
try: