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
386d7762
Kaydet (Commit)
386d7762
authored
Kas 08, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid pointless warning when building experimental code anyway
Change-Id: Ied9a4fb4eed0a7fda8e6b1bd03a3dbc476797587
üst
3be8c227
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
configure.ac
configure.ac
+13
-11
No files found.
configure.ac
Dosyayı görüntüle @
386d7762
...
@@ -2732,22 +2732,24 @@ if test "$_os" = "Darwin"; then
...
@@ -2732,22 +2732,24 @@ if test "$_os" = "Darwin"; then
esac
esac
fi
fi
case "$with_macosx_version_min_required" in
if test "$BITNESS_OVERRIDE" == ""; then
10.4)
case "$with_macosx_version_min_required" in
case "$with_macosx_sdk" in
10.4)
10.4)
case "$with_macosx_sdk" in
10.4)
;;
*)
AC_MSG_WARN([Building with a SDK > 10.4 possibly breaks 10.4 compatibility. Do not use for deliverable build until verified that it really works])
add_warning "Building with a SDK > 10.4 possibly breaks 10.4 compatibility. Do not use for deliverable build until verified that it really works"
;;
esac
;;
;;
*)
*)
AC_MSG_WARN([Building with a
SDK > 10.4 possibly breaks 10.4 compatibility. Do not use for deliverable build until verified that it really works
])
AC_MSG_WARN([Building with a
minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for deliverable build
])
add_warning "Building with a
SDK > 10.4 possibly breaks 10.4 compatibility. Do not use for deliverable build until verified that it really works
"
add_warning "Building with a
minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for deliverable build
"
;;
;;
esac
esac
;;
fi
*)
AC_MSG_WARN([Building with a minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for deliverable build])
add_warning "Building with a minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for deliverable build"
;;
esac
# If no CC and CXX environment vars, try to guess where the compiler is
# If no CC and CXX environment vars, try to guess where the compiler is
if test -z "$save_CC"; then
if test -z "$save_CC"; then
...
...
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