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
fed96abc
Kaydet (Commit)
fed96abc
authored
Eyl 19, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No need to by default avoid liborcus for Android, iOS and OS X
Change-Id: I0e96784a86fa1f62718264fc09f0d2b4646ecd7d
üst
fec4c9b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
configure.ac
configure.ac
+1
-3
No files found.
configure.ac
Dosyayı görüntüle @
fed96abc
...
...
@@ -483,7 +483,6 @@ darwin*) # Mac OS X or iOS
_os=Darwin
fi
enable_systray=no
enable_orcus=no
# See comment above the case "$host_os"
LINKFLAGSSHL="-dynamiclib -single_module"
...
...
@@ -576,7 +575,6 @@ linux-android*)
enable_opengl=no
enable_lpsolve=no
enable_report_builder=no
enable_orcus=no
with_theme="tango"
test_cups=no
test_dbus=no
...
...
@@ -8947,7 +8945,7 @@ dnl Orcus
dnl ===================================================================
AC_MSG_CHECKING([whether to enable orcus])
if test
$_os != Darwin -a $_os != Android -a $_os != iOS -a \( -z "$enable_orcus" -o "$enable_orcus" != no \)
; then
if test
-z "$enable_orcus" -o "$enable_orcus" != no
; then
AC_MSG_RESULT([yes])
ENABLE_ORCUS="TRUE"
AC_DEFINE(ENABLE_ORCUS)
...
...
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