Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
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ç
LibreOffice
core
Commits
f7b65af3
Kaydet (Commit)
f7b65af3
authored
Ock 26, 2010
tarafından
Tobias Krause
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tkr32: #i105917# raised baseline for curl to 7.13.1
üst
ed1e624a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+0
-0
configure.in
configure.in
+4
-4
No files found.
configure
Dosyayı görüntüle @
f7b65af3
This diff is collapsed.
Click to expand it.
configure.in
Dosyayı görüntüle @
f7b65af3
...
...
@@ -3962,11 +3962,11 @@ if test -n "$with_system_curl" -o -n "$with_system_libs" && \
fi
# check curl version
AC_MSG_CHECKING([whether curl is >= 7.
9.8
])
AC_MSG_CHECKING([whether curl is >= 7.
13.1
])
if test "`$CURLCONFIG --version | $AWK -F'
' '
{
print
$
2
}
' | $AWK -F. '
{
print
$
1
}
'`" -gt "7" -a \
"`$CURLCONFIG --version | $AWK -F'
' '
{
print
$
2
}
' | $AWK -F. '
{
print
$
2
}
'`" -gt "
9
" -a \
"`$CURLCONFIG --version | $AWK -F'
' '
{
print
$
2
}
' | $AWK -F. '
{
print
$
3
}
'`" -gt "
8
"; then
AC_MSG_ERROR([no, you need at least curl 7.
9,8
])
"`$CURLCONFIG --version | $AWK -F'
' '
{
print
$
2
}
' | $AWK -F. '
{
print
$
2
}
'`" -gt "
13
" -a \
"`$CURLCONFIG --version | $AWK -F'
' '
{
print
$
2
}
' | $AWK -F. '
{
print
$
3
}
'`" -gt "
1
"; then
AC_MSG_ERROR([no, you need at least curl 7.
13,1
])
else
AC_MSG_RESULT([yes])
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