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
bdf5effc
Kaydet (Commit)
bdf5effc
authored
Eki 31, 2010
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add 'no' output to --with-system-ffi
üst
b805ee5f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
10 deletions
+14
-10
configure
configure
+9
-7
configure.in
configure.in
+3
-1
pyconfig.h.in
pyconfig.h.in
+2
-2
No files found.
configure
Dosyayı görüntüle @
bdf5effc
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 85
2
51 .
# From configure.in Revision: 85
3
51 .
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.1.
# Generated by GNU Autoconf 2.65 for python 3.1.
#
#
...
@@ -1923,11 +1923,11 @@ else
...
@@ -1923,11 +1923,11 @@ else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
$ac_includes_default
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
int
main ()
main ()
{
{
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
static int test_array [1 - 2 * !(0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
test_array [0] = 0
test_array [0] = 0
;
;
...
@@ -1938,11 +1938,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
...
@@ -1938,11 +1938,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
$ac_includes_default
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
int
main ()
main ()
{
{
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
static int test_array [1 - 2 * !((
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
(
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
< (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 2))];
< (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 2))];
test_array [0] = 0
test_array [0] = 0
...
@@ -8041,6 +8041,8 @@ $as_echo_n "checking for --with-system-ffi... " >&6; }
...
@@ -8041,6 +8041,8 @@ $as_echo_n "checking for --with-system-ffi... " >&6; }
# Check whether --with-system_ffi was given.
# Check whether --with-system_ffi was given.
if
test
"
${
with_system_ffi
+set
}
"
=
set
;
then
:
if
test
"
${
with_system_ffi
+set
}
"
=
set
;
then
:
withval
=
$with_system_ffi
;
withval
=
$with_system_ffi
;
else
with_system_ffi
=
"no"
fi
fi
...
@@ -13920,8 +13922,8 @@ esac
...
@@ -13920,8 +13922,8 @@ esac
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
# Files that config.status was made for.
# Files that config.status was made for.
config_files="
`echo
$ac_config_files
`
"
config_files="
$ac_config_files
"
config_headers="
`echo
$ac_config_headers
`
"
config_headers="
$ac_config_headers
"
_ACEOF
_ACEOF
...
...
configure.in
Dosyayı görüntüle @
bdf5effc
...
@@ -1995,7 +1995,9 @@ LIBS="$withval $LIBS"
...
@@ -1995,7 +1995,9 @@ LIBS="$withval $LIBS"
# Check for use of the system libffi library
# Check for use of the system libffi library
AC_MSG_CHECKING(for --with-system-ffi)
AC_MSG_CHECKING(for --with-system-ffi)
AC_ARG_WITH(system_ffi,
AC_ARG_WITH(system_ffi,
AC_HELP_STRING(--with-system-ffi, build _ctypes module using an installed ffi library))
AC_HELP_STRING(--with-system-ffi, build _ctypes module using an installed ffi library),
[],
[with_system_ffi="no"])
AC_MSG_RESULT($with_system_ffi)
AC_MSG_RESULT($with_system_ffi)
...
...
pyconfig.h.in
Dosyayı görüntüle @
bdf5effc
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
/* Define if --enable-ipv6 is specified */
/* Define if --enable-ipv6 is specified */
#undef ENABLE_IPV6
#undef ENABLE_IPV6
/* Define if flock needs to be linked with bsd library */
/* Define if flock needs to be linked with bsd library
.
*/
#undef FLOCK_NEEDS_LIBBSD
#undef FLOCK_NEEDS_LIBBSD
/* Define if getpgrp() must be called as getpgrp(0). */
/* Define if getpgrp() must be called as getpgrp(0). */
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
/* Define to 1 if you have the `finite' function. */
/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE
#undef HAVE_FINITE
/* Define
if you have the '
flock' function. */
/* Define
to 1 if you have the `
flock' function. */
#undef HAVE_FLOCK
#undef HAVE_FLOCK
/* Define to 1 if you have the `fork' function. */
/* Define to 1 if you have the `fork' function. */
...
...
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