diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 19:19:04 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 19:19:04 (GMT) |
commit | e080cdf30a2e0aa4ae557ed3434e2369d9199318 (patch) | |
tree | 6fbcdf5329f7dc4e73d56e0540d3acae5e3581cd /configure | |
parent | 29ec750a86649e045d1038a5d589698c6e6e27fd (diff) | |
download | cpython-e080cdf30a2e0aa4ae557ed3434e2369d9199318.zip cpython-e080cdf30a2e0aa4ae557ed3434e2369d9199318.tar.gz cpython-e080cdf30a2e0aa4ae557ed3434e2369d9199318.tar.bz2 |
reran autoconf
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 66283 . +# From configure.in Revision: 66295 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.6. # @@ -23028,7 +23028,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 |