diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 19:24:00 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 19:24:00 (GMT) |
commit | 3856c376a01711c7d7a4c278e6bc0a9b40bc5843 (patch) | |
tree | fb6b797a160a256b2b990ec08bd2575b8b372e88 /configure | |
parent | 9751591209eb03f60c6b39f1e2f11631574094b9 (diff) | |
download | cpython-3856c376a01711c7d7a4c278e6bc0a9b40bc5843.zip cpython-3856c376a01711c7d7a4c278e6bc0a9b40bc5843.tar.gz cpython-3856c376a01711c7d7a4c278e6bc0a9b40bc5843.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: 66187 . +# From configure.in Revision: 66297 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 3.0. # @@ -22700,7 +22700,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 |