File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 42046 .
2+ # From configure.in Revision: 42199 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.59 for python 2.5.
55#
@@ -20016,6 +20016,8 @@ _ACEOF
2001620016fi
2001720017
2001820018# check where readline lives
20019+ # save the value of LIBS so we don't actually link Python with readline
20020+ LIBS_no_readline=$LIBS
2001920021
2002020022echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
2002120023echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
@@ -20506,6 +20508,9 @@ rm -f conftest*
2050620508
2050720509fi
2050820510
20511+ # End of readline checks: restore LIBS
20512+ LIBS=$LIBS_no_readline
20513+
2050920514echo "$as_me:$LINENO: checking for broken nice()" >&5
2051020515echo $ECHO_N "checking for broken nice()... $ECHO_C" >&6
2051120516if test "${ac_cv_broken_nice+set}" = set; then
Original file line number Diff line number Diff line change @@ -2898,6 +2898,8 @@ then
28982898fi
28992899
29002900# check where readline lives
2901+ # save the value of LIBS so we don't actually link Python with readline
2902+ LIBS_no_readline=$LIBS
29012903AC_CHECK_LIB(readline, readline)
29022904if test "$ac_cv_have_readline_readline" = no
29032905then
@@ -2941,6 +2943,9 @@ then
29412943 [Define if you can turn off readline's signal handling.]), )
29422944fi
29432945
2946+ # End of readline checks: restore LIBS
2947+ LIBS=$LIBS_no_readline
2948+
29442949AC_MSG_CHECKING(for broken nice())
29452950AC_CACHE_VAL(ac_cv_broken_nice, [
29462951AC_TRY_RUN([
You can’t perform that action at this time.
0 commit comments