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
67473263
Kaydet (Commit)
67473263
authored
Kas 28, 2012
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.
üst
3a237ebc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
configure
configure
+8
-1
configure.ac
configure.ac
+8
-1
No files found.
configure
Dosyayı görüntüle @
67473263
...
@@ -5792,7 +5792,14 @@ fi
...
@@ -5792,7 +5792,14 @@ fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_olimit_ok
"
>
&5
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_olimit_ok
"
>
&5
$as_echo
"
$ac_cv_olimit_ok
"
>
&6
;
}
$as_echo
"
$ac_cv_olimit_ok
"
>
&6
;
}
if
test
$ac_cv_olimit_ok
=
yes
;
then
if
test
$ac_cv_olimit_ok
=
yes
;
then
BASECFLAGS
=
"
$BASECFLAGS
-Olimit 1500"
case
$ac_sys_system
in
# Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.
HP-UX
*
)
;;
*
)
BASECFLAGS
=
"
$BASECFLAGS
-Olimit 1500"
;;
esac
fi
fi
fi
fi
...
...
configure.ac
Dosyayı görüntüle @
67473263
...
@@ -1203,7 +1203,14 @@ else
...
@@ -1203,7 +1203,14 @@ else
CC="$ac_save_cc"])
CC="$ac_save_cc"])
AC_MSG_RESULT($ac_cv_olimit_ok)
AC_MSG_RESULT($ac_cv_olimit_ok)
if test $ac_cv_olimit_ok = yes; then
if test $ac_cv_olimit_ok = yes; then
BASECFLAGS="$BASECFLAGS -Olimit 1500"
case $ac_sys_system in
# Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.
HP-UX*)
;;
*)
BASECFLAGS="$BASECFLAGS -Olimit 1500"
;;
esac
fi
fi
fi
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