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
144ddfa2
Kaydet (Commit)
144ddfa2
authored
Ara 18, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix grammar a tad
Change-Id: Ib0ea502c8b2f13a4bc9d7f57ecc86c6980c36518
üst
54aab71f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
Dosyayı görüntüle @
144ddfa2
...
@@ -8989,8 +8989,8 @@ if test -n "$with_tls"; then
...
@@ -8989,8 +8989,8 @@ if test -n "$with_tls"; then
fi
fi
# warn that OpenSSL has been selected but not all TLS code has this option
# warn that OpenSSL has been selected but not all TLS code has this option
AC_MSG_WARN([TLS/SSL implementation to use is OpenSSL but some code may still
be depending
on NSS or GNUTLS])
AC_MSG_WARN([TLS/SSL implementation to use is OpenSSL but some code may still
depend
on NSS or GNUTLS])
add_warning "TLS/SSL implementation to use is OpenSSL but some code may still
be depending
on NSS or GNUTLS"
add_warning "TLS/SSL implementation to use is OpenSSL but some code may still
depend
on NSS or GNUTLS"
;;
;;
nss)
nss)
AC_DEFINE(USE_TLS_NSS)
AC_DEFINE(USE_TLS_NSS)
...
@@ -9491,7 +9491,7 @@ else
...
@@ -9491,7 +9491,7 @@ else
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
DISABLE_OPENSSL=TRUE
DISABLE_OPENSSL=TRUE
# warn that although OpenSSL is disabled, system libraries may
be depending
on it
# warn that although OpenSSL is disabled, system libraries may
depend
on it
AC_MSG_WARN([OpenSSL has been disabled. No code compiled by LibO will make use of it but system librares may create indirect dependencies])
AC_MSG_WARN([OpenSSL has been disabled. No code compiled by LibO will make use of it but system librares may create indirect dependencies])
add_warning "OpenSSL has been disabled. No code compiled by LibO will make use of it but system librares may create indirect dependencies"
add_warning "OpenSSL has been disabled. No code compiled by LibO will make use of it but system librares may create indirect dependencies"
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