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
ac0d668a
Kaydet (Commit)
ac0d668a
authored
Agu 20, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Skip DISABLE_DBCONNECTIVITY attempts for now
Change-Id: I3d454d10aee05ce5b4bfd8ea0852bbc751933058
üst
616b6211
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
configure.in
configure.in
+5
-2
No files found.
configure.in
Dosyayı görüntüle @
ac0d668a
...
@@ -2239,9 +2239,12 @@ if test -z "$enable_database_connectivity"; then
...
@@ -2239,9 +2239,12 @@ if test -z "$enable_database_connectivity"; then
# Do enable database connectivity for Android for now as otherwise
# Do enable database connectivity for Android for now as otherwise
# we presumably will get linking errors... We are not as far in
# we presumably will get linking errors... We are not as far in
# the work for iOS, so we might as well disable it for iOS already.
# the work for iOS, so we might as well disable it for iOS already.
if test $_os != iOS; then
# And actually, do enable it for iOS, too. Let's get back to
# figuring out what to do with this later, if ever.
#if test $_os != iOS; then
enable_database_connectivity=yes
enable_database_connectivity=yes
fi
#
fi
fi
fi
DISABLE_DBCONNECTIVITY=''
DISABLE_DBCONNECTIVITY=''
...
...
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