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
7b4bdab8
Kaydet (Commit)
7b4bdab8
authored
Agu 06, 2013
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MPLv2 subset improvement.
Change-Id: I96efcab67f05407923b022dfd95a94fd8c2169ed
üst
457bc1eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
configure.ac
configure.ac
+9
-0
No files found.
configure.ac
Dosyayı görüntüle @
7b4bdab8
...
@@ -12247,6 +12247,15 @@ AC_MSG_CHECKING([MPL subset])
...
@@ -12247,6 +12247,15 @@ AC_MSG_CHECKING([MPL subset])
MPL_SUBSET=
MPL_SUBSET=
if test "$enable_mpl_subset" = "yes"; then
if test "$enable_mpl_subset" = "yes"; then
warn_report=false
if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
warn_report=true
elif test "x$ENABLE_REPORTBUILDER" = "xTRUE"; then
warn_report=true
fi
if test "$warn_report" = "true"; then
AC_MSG_ERROR([need to --disable-report-builder - extended database report builder.])
fi
if test "x$enable_postgresql_sdbc" != "xno"; then
if test "x$enable_postgresql_sdbc" != "xno"; then
AC_MSG_ERROR([need to --disable-postgresql-sdbc - the postgress database backend.])
AC_MSG_ERROR([need to --disable-postgresql-sdbc - the postgress database backend.])
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