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
4ef149ba
Kaydet (Commit)
4ef149ba
authored
Agu 31, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
misc unnecessary FALSE: Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: I96cadd25f1c26fd620701a377ca20702ea969460
üst
81510ee8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+5
-5
No files found.
configure.ac
Dosyayı görüntüle @
4ef149ba
...
@@ -8756,7 +8756,7 @@ if test "$with_system_npapi_headers" = "yes"; then
...
@@ -8756,7 +8756,7 @@ if test "$with_system_npapi_headers" = "yes"; then
else
else
AC_MSG_RESULT([internal])
AC_MSG_RESULT([internal])
dnl ...but will not be built/used unless ENABLE_NPAPI_FROM_BROWSER or
dnl ...but will not be built/used unless ENABLE_NPAPI_FROM_BROWSER or
dnl ENABLE_NPAPI_INTO_BROWSER is
YES
dnl ENABLE_NPAPI_INTO_BROWSER is
TRUE
SYSTEM_NPAPI_HEADERS=NO
SYSTEM_NPAPI_HEADERS=NO
fi
fi
AC_SUBST(NPAPI_HEADERS_CFLAGS)
AC_SUBST(NPAPI_HEADERS_CFLAGS)
...
@@ -10487,7 +10487,7 @@ if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
...
@@ -10487,7 +10487,7 @@ if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
fi
fi
else
else
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
ENABLE_REPORTBUILDER=
FALSE
ENABLE_REPORTBUILDER=
SYSTEM_JFREEREPORT=NO
SYSTEM_JFREEREPORT=NO
fi
fi
AC_SUBST(ENABLE_REPORTBUILDER)
AC_SUBST(ENABLE_REPORTBUILDER)
...
@@ -11463,10 +11463,10 @@ dnl ===================================================================
...
@@ -11463,10 +11463,10 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to create MSI with LIMITUI=1 (silent install)])
AC_MSG_CHECKING([whether to create MSI with LIMITUI=1 (silent install)])
if test "$enable_silent_msi" = "" -o "$enable_silent_msi" = "no"; then
if test "$enable_silent_msi" = "" -o "$enable_silent_msi" = "no"; then
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
ENABLE_SILENT_MSI=
"FALSE"
ENABLE_SILENT_MSI=
else
else
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
ENABLE_SILENT_MSI=
"TRUE"
ENABLE_SILENT_MSI=
TRUE
SCPDEFS="$SCPDEFS -DENABLE_SILENT_MSI"
SCPDEFS="$SCPDEFS -DENABLE_SILENT_MSI"
fi
fi
AC_SUBST(ENABLE_SILENT_MSI)
AC_SUBST(ENABLE_SILENT_MSI)
...
@@ -12370,7 +12370,7 @@ if test "$enable_mpl_subset" = "yes"; then
...
@@ -12370,7 +12370,7 @@ if test "$enable_mpl_subset" = "yes"; then
warn_report=false
warn_report=false
if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
warn_report=true
warn_report=true
elif test "
x$ENABLE_REPORTBUILDER" = "x
TRUE"; then
elif test "
$ENABLE_REPORTBUILDER" = "
TRUE"; then
warn_report=true
warn_report=true
fi
fi
if test "$warn_report" = "true"; then
if test "$warn_report" = "true"; 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