Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3856c37

Browse files
committed
reran autoconf
1 parent 9751591 commit 3856c37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.in Revision: 66187 .
2+
# From configure.in Revision: 66297 .
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.61 for python 3.0.
55
#
@@ -22700,7 +22700,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
2270022700
done
2270122701
# Uncomment this line if you want to use READINE_LIBS in Makefile or scripts
2270222702
#AC_SUBST([READLINE_LIBS])
22703-
if test $py_cv_lib_readline = !yes; then
22703+
if test $py_cv_lib_readline = no; then
2270422704
{ echo "$as_me:$LINENO: result: none" >&5
2270522705
echo "${ECHO_T}none" >&6; }
2270622706
else

0 commit comments

Comments
 (0)