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
c1d7597b
Kaydet (Commit)
c1d7597b
authored
Eki 19, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Restore CFLAGS after checking for __attribute__
üst
a811c38d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
configure
configure
+2
-1
configure.in
configure.in
+1
-0
No files found.
configure
Dosyayı görüntüle @
c1d7597b
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 523
63
.
# From configure.in Revision: 523
87
.
# 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.6.
# Generated by GNU Autoconf 2.59 for python 2.6.
#
#
...
@@ -4098,6 +4098,7 @@ echo "${ECHO_T}no" >&6
...
@@ -4098,6 +4098,7 @@ echo "${ECHO_T}no" >&6
fi
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
CFLAGS=$save_CFLAGS
fi
fi
# On some compilers, pthreads are available without further options
# On some compilers, pthreads are available without further options
...
...
configure.in
Dosyayı görüntüle @
c1d7597b
...
@@ -903,6 +903,7 @@ then
...
@@ -903,6 +903,7 @@ then
AC_MSG_RESULT(yes),
AC_MSG_RESULT(yes),
AC_MSG_RESULT(no)
AC_MSG_RESULT(no)
)
)
CFLAGS=$save_CFLAGS
fi
fi
# On some compilers, pthreads are available without further options
# On some compilers, pthreads are available without further options
...
...
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