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
124698cb
Kaydet (Commit)
124698cb
authored
Ock 17, 2001
tarafından
Sjoerd Mullender
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed typo: Using --with-dbm had no effect because due to a typo it
was never enabled.
üst
79b334ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
configure
Dosyayı görüntüle @
124698cb
#! /bin/sh
# From configure.in Revision: 1.1
89
# From configure.in Revision: 1.1
90
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
...
...
@@ -4058,7 +4058,7 @@ fi
# enabled by default but one of the dbm.h files must be found
if
test
"
$ac_cv_header_dbm_h
"
=
"yes"
-o
"
$ac_cv_header_db1_ndbm_h
"
=
"yes"
-o
"
$ac_cv_header_gdbm_ndbm_h
"
=
"yes"
if
test
"
$ac_cv_header_
n
dbm_h
"
=
"yes"
-o
"
$ac_cv_header_db1_ndbm_h
"
=
"yes"
-o
"
$ac_cv_header_gdbm_ndbm_h
"
=
"yes"
then
if
test
"
$with_dbm
"
!=
"no"
then
with_dbm
=
"yes"
...
...
configure.in
Dosyayı görüntüle @
124698cb
...
...
@@ -923,7 +923,7 @@ AC_ARG_WITH(dbm,
[ --with(out)-dbm disable/enable dbm module])
# enabled by default but one of the dbm.h files must be found
if test "$ac_cv_header_dbm_h" = "yes" -o "$ac_cv_header_db1_ndbm_h" = "yes" -o "$ac_cv_header_gdbm_ndbm_h" = "yes"
if test "$ac_cv_header_
n
dbm_h" = "yes" -o "$ac_cv_header_db1_ndbm_h" = "yes" -o "$ac_cv_header_gdbm_ndbm_h" = "yes"
then
if test "$with_dbm" != "no"
then with_dbm="yes"
...
...
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