Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9751591 commit 3856c37Copy full SHA for 3856c37
1 file changed
configure
@@ -1,5 +1,5 @@
1
#! /bin/sh
2
-# From configure.in Revision: 66187 .
+# From configure.in Revision: 66297 .
3
# Guess values for system-dependent variables and create Makefiles.
4
# Generated by GNU Autoconf 2.61 for python 3.0.
5
#
@@ -22700,7 +22700,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22700
done
22701
# Uncomment this line if you want to use READINE_LIBS in Makefile or scripts
22702
#AC_SUBST([READLINE_LIBS])
22703
-if test $py_cv_lib_readline = !yes; then
+if test $py_cv_lib_readline = no; then
22704
{ echo "$as_me:$LINENO: result: none" >&5
22705
echo "${ECHO_T}none" >&6; }
22706
else
0 commit comments