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
9cbef265
Kaydet (Commit)
9cbef265
authored
Şub 24, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed unused --enable-ugly
üst
f3f79cc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
config_host.mk.in
config_host.mk.in
+0
-1
configure.in
configure.in
+0
-17
No files found.
config_host.mk.in
Dosyayı görüntüle @
9cbef265
...
@@ -130,7 +130,6 @@ export ENABLE_SCRIPTING_PYTHON=@ENABLE_SCRIPTING_PYTHON@
...
@@ -130,7 +130,6 @@ export ENABLE_SCRIPTING_PYTHON=@ENABLE_SCRIPTING_PYTHON@
export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@
export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@
export ENABLE_SYMBOLS=@ENABLE_SYMBOLS@
export ENABLE_SYMBOLS=@ENABLE_SYMBOLS@
export ENABLE_SYSTRAY_GTK=@ENABLE_SYSTRAY_GTK@
export ENABLE_SYSTRAY_GTK=@ENABLE_SYSTRAY_GTK@
export ENABLE_UGLY=@ENABLE_UGLY@
export ENABLE_XMLSEC=@ENABLE_XMLSEC@
export ENABLE_XMLSEC=@ENABLE_XMLSEC@
export ENABLE_ZENITY=@ENABLE_ZENITY@
export ENABLE_ZENITY=@ENABLE_ZENITY@
export EPM=@EPM@
export EPM=@EPM@
...
...
configure.in
Dosyayı görüntüle @
9cbef265
...
@@ -751,12 +751,6 @@ AC_ARG_ENABLE(binfilter,
...
@@ -751,12 +751,6 @@ AC_ARG_ENABLE(binfilter,
,enable_binfilter=no
,enable_binfilter=no
)
)
AC_ARG_ENABLE(ugly,
AS_HELP_STRING([--enable-ugly],
[Enables ugly pieces of functionality.]),
,enable_ugly=no
)
AC_ARG_ENABLE(rpath,
AC_ARG_ENABLE(rpath,
AS_HELP_STRING([--disable-rpath],
AS_HELP_STRING([--disable-rpath],
[Disable the use of relative paths in shared libraries.]),
[Disable the use of relative paths in shared libraries.]),
...
@@ -3439,17 +3433,6 @@ else
...
@@ -3439,17 +3433,6 @@ else
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
fi
fi
dnl Enable ugly pieces of code we're better off without
dnl ===================================================================
if test "$enable_ugly" = "yes"; then
BUILD_TYPE="$BUILD_TYPE DICTIONARIES"
SCPDEFS="$SCPDEFS -DWITH_UGLY"
ENABLE_UGLY=YES
else
ENABLE_UGLY=NO
fi
AC_SUBST(ENABLE_UGLY)
dnl Test whether to include MySpell dictionaries
dnl Test whether to include MySpell dictionaries
dnl ===================================================================
dnl ===================================================================
AC_MSG_CHECKING([whether to include MySpell dictionaries])
AC_MSG_CHECKING([whether to include MySpell dictionaries])
...
...
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