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
6a491cbe
Kaydet (Commit)
6a491cbe
authored
May 31, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix SCPDEFS for --disable-activex
Change-Id: Id20f7294e2bf00cf1a980cb137b51a107ef698e7
üst
631c25c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
21 deletions
+2
-21
configure.in
configure.in
+2
-21
No files found.
configure.in
Dosyayı görüntüle @
6a491cbe
...
@@ -601,11 +601,6 @@ AC_ARG_ENABLE(epm,
...
@@ -601,11 +601,6 @@ AC_ARG_ENABLE(epm,
useless for large scale package building.])
useless for large scale package building.])
)
)
AC_ARG_ENABLE(activex_component,
AS_HELP_STRING([--disable-activex-component],
[Remove support for ActiveX embedding of LibreOffice.])
)
AC_ARG_ENABLE(odk,
AC_ARG_ENABLE(odk,
AS_HELP_STRING([--disable-odk],
AS_HELP_STRING([--disable-odk],
[LibreOffice includes an ODK, office development kit which some packagers may
[LibreOffice includes an ODK, office development kit which some packagers may
...
@@ -2556,6 +2551,7 @@ if test "$_os" = "WINNT"; then
...
@@ -2556,6 +2551,7 @@ if test "$_os" = "WINNT"; then
AC_MSG_CHECKING([whether to use ActiveX])
AC_MSG_CHECKING([whether to use ActiveX])
if test "$enable_activex" = "yes" -o "$enable_activex" = "TRUE" -o "$enable_activex" = ""; then
if test "$enable_activex" = "yes" -o "$enable_activex" = "TRUE" -o "$enable_activex" = ""; then
DISABLE_ACTIVEX=""
DISABLE_ACTIVEX=""
SCPDEFS="$SCPDEFS -DWITH_ACTIVEX_COMPONENT"
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
else
else
DISABLE_ACTIVEX="TRUE"
DISABLE_ACTIVEX="TRUE"
...
@@ -10476,22 +10472,7 @@ else
...
@@ -10476,22 +10472,7 @@ else
fi
fi
AC_SUBST(ENABLE_SILENT_MSI)
AC_SUBST(ENABLE_SILENT_MSI)
dnl ===================================================================
AC_SUBST(SCPDEFS)
dnl Test whether to enable ActiveX embedding
dnl ===================================================================
if test "$_os" = "WINNT" -a "$WITH_MINGW" != yes; then
AC_MSG_CHECKING([whether to enable ActiveX embedding of LibreOffice components])
if test "$enable_activex_component" = "yes" -o "$enable_activex_component" = "TRUE" -o "$enable_activex_component" = ""; then
ENABLE_ACTIVEX_COMPONENT="TRUE"
AC_MSG_RESULT([yes])
SCPDEFS="$SCPDEFS -DWITH_ACTIVEX_COMPONENT"
else
ENABLE_ACTIVEX_COMPONENT=""
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_ACTIVEX_COMPONENT)
AC_SUBST(SCPDEFS)
fi
AC_MSG_CHECKING([whether and how to use Xinerama])
AC_MSG_CHECKING([whether and how to use Xinerama])
if test "$_os" = "Darwin"; then
if test "$_os" = "Darwin"; 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