Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
82bca63c
Kaydet (Commit)
82bca63c
authored
Şub 10, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid linking python with readline.
üst
03904bf2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
configure
configure
+6
-1
configure.in
configure.in
+5
-0
No files found.
configure
Dosyayı görüntüle @
82bca63c
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 42
046
.
# From configure.in Revision: 42
199
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.5.
# Generated by GNU Autoconf 2.59 for python 2.5.
#
#
...
@@ -20016,6 +20016,8 @@ _ACEOF
...
@@ -20016,6 +20016,8 @@ _ACEOF
fi
fi
# check where readline lives
# check where readline lives
# save the value of LIBS so we don't actually link Python with readline
LIBS_no_readline=$LIBS
echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
...
@@ -20506,6 +20508,9 @@ rm -f conftest*
...
@@ -20506,6 +20508,9 @@ rm -f conftest*
fi
fi
# End of readline checks: restore LIBS
LIBS=$LIBS_no_readline
echo "$as_me:$LINENO: checking for broken nice()" >&5
echo "$as_me:$LINENO: checking for broken nice()" >&5
echo $ECHO_N "checking for broken nice()... $ECHO_C" >&6
echo $ECHO_N "checking for broken nice()... $ECHO_C" >&6
if test "${ac_cv_broken_nice+set}" = set; then
if test "${ac_cv_broken_nice+set}" = set; then
...
...
configure.in
Dosyayı görüntüle @
82bca63c
...
@@ -2898,6 +2898,8 @@ then
...
@@ -2898,6 +2898,8 @@ then
fi
fi
# check where readline lives
# check where readline lives
# save the value of LIBS so we don't actually link Python with readline
LIBS_no_readline=$LIBS
AC_CHECK_LIB(readline, readline)
AC_CHECK_LIB(readline, readline)
if test "$ac_cv_have_readline_readline" = no
if test "$ac_cv_have_readline_readline" = no
then
then
...
@@ -2941,6 +2943,9 @@ then
...
@@ -2941,6 +2943,9 @@ then
[Define if you can turn off readline's signal handling.]), )
[Define if you can turn off readline's signal handling.]), )
fi
fi
# End of readline checks: restore LIBS
LIBS=$LIBS_no_readline
AC_MSG_CHECKING(for broken nice())
AC_MSG_CHECKING(for broken nice())
AC_CACHE_VAL(ac_cv_broken_nice, [
AC_CACHE_VAL(ac_cv_broken_nice, [
AC_TRY_RUN([
AC_TRY_RUN([
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment