summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-07 19:26:09 +0000
committerGregory P. Smith <greg@mad-scientist.com>2008-09-07 19:26:09 +0000
commit37ab18635e4026f1cf4ba039702642a522ed0558 (patch)
treec4a7d55dc4e8ff39928d66f62eb9d20b588a27dd
parent8e1ddee8c114064bc1563ca59126b34c3c2120f3 (diff)
downloadcpython-git-37ab18635e4026f1cf4ba039702642a522ed0558.tar.gz
reran autoconf
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 415619bc83..1560c144ce 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 66288 .
+# From configure.in Revision: 66299 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.5.
#
@@ -21046,7 +21046,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
done
# Uncomment this line if you want to use READINE_LIBS in Makefile or scripts
#AC_SUBST([READLINE_LIBS])
-if test $py_cv_lib_readline = !yes; then
+if test $py_cv_lib_readline = no; then
{ echo "$as_me:$LINENO: result: none" >&5
echo "${ECHO_T}none" >&6; }
else