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
70c353a8
Kaydet (Commit)
70c353a8
authored
Eyl 10, 2002
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use = instead of == in test.
üst
eb2823f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure
configure
+3
-3
configure.in
configure.in
+2
-2
No files found.
configure
Dosyayı görüntüle @
70c353a8
#! /bin/sh
# From configure.in Revision: 1.288.6.
6
# From configure.in Revision: 1.288.6.
7
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
...
...
@@ -1996,7 +1996,7 @@ fi
# some of the headers (Redhat 6 if kernel headers don't match glibc
# headers). Thus, disable warnings. This can go away if autoconf 2.50
# is used, since it considers the gcc status to determine errors.
if
test
$GCC
=
=
yes
if
test
$GCC
=
yes
then
CPPFLAGS_save
=
$CPPFLAGS
CPPFLAGS
=
"
$CPPFLAGS
-w"
...
...
@@ -2049,7 +2049,7 @@ fi
done
if
test
$GCC
=
=
yes
if
test
$GCC
=
yes
then
CPPFLAGS
=
$CPPFLAGS_save
fi
...
...
configure.in
Dosyayı görüntüle @
70c353a8
...
...
@@ -526,7 +526,7 @@ AC_HEADER_STDC
# some of the headers (Redhat 6 if kernel headers don't match glibc
# headers). Thus, disable warnings. This can go away if autoconf 2.50
# is used, since it considers the gcc status to determine errors.
if test $GCC =
=
yes
if test $GCC = yes
then
CPPFLAGS_save=$CPPFLAGS
CPPFLAGS="$CPPFLAGS -w"
...
...
@@ -540,7 +540,7 @@ sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
if test $GCC =
=
yes
if test $GCC = yes
then
CPPFLAGS=$CPPFLAGS_save
fi
...
...
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