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
150e6bfd
Kaydet (Commit)
150e6bfd
authored
May 24, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
do not allow both kde and tde at the same time
Change-Id: I423c621c2bd543775c0d6f238fca40a64acaf0cc
üst
fbc237fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
configure.in
configure.in
+5
-0
No files found.
configure.in
Dosyayı görüntüle @
150e6bfd
...
@@ -8757,6 +8757,11 @@ AC_SUBST(ENABLE_GTK)
...
@@ -8757,6 +8757,11 @@ AC_SUBST(ENABLE_GTK)
ENABLE_TDE=""
ENABLE_TDE=""
if test "x$enable_tde" = "xyes"; then
if test "x$enable_tde" = "xyes"; then
# Libs kab and tdeab in connectivity and kdeab and tdeab in shell
# are built from the same sources. So we only allow one of them.
if test "x$enable_kde" = "xyes"; then
AC_MSG_ERROR([enabling both KDE and TDE is not supported])
fi
ENABLE_TDE="TRUE"
ENABLE_TDE="TRUE"
R="$R tde"
R="$R tde"
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