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
a06ccbd9
Kaydet (Commit)
a06ccbd9
authored
May 18, 2012
tarafından
Pedro Giffuni
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Disable binfilter by default: add new option --enable-binfilter for those interested.
üst
59995b7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
configure.in
configure.in
+6
-6
No files found.
configure.in
Dosyayı görüntüle @
a06ccbd9
...
@@ -307,8 +307,8 @@ AC_ARG_ENABLE(kde4,
...
@@ -307,8 +307,8 @@ AC_ARG_ENABLE(kde4,
if
you
want
to
support
both
KDE3
and
KDE4
.
if
you
want
to
support
both
KDE3
and
KDE4
.
],,)
],,)
AC_ARG_ENABLE
(
binfilter
,
AC_ARG_ENABLE
(
binfilter
,
[
--
disable
-
binfilter
Dis
able
legacy
binary
file
formats
filters
[
--
enable
-
binfilter
En
able
legacy
binary
file
formats
filters
],,
if
! test -d ./binfilter; then enable_binfilter=no; fi
)
],,)
AC_ARG_ENABLE
(
rpath
,
AC_ARG_ENABLE
(
rpath
,
[
--
disable
-
rpath
Disable
the
use
of
relative
paths
in
shared
libraries
[
--
disable
-
rpath
Disable
the
use
of
relative
paths
in
shared
libraries
],,)
],,)
...
@@ -1433,13 +1433,13 @@ dnl ===================================================================
...
@@ -1433,13 +1433,13 @@ dnl ===================================================================
dnl
Disable
legacy
binary
file
formats
filters
dnl
Disable
legacy
binary
file
formats
filters
dnl
===================================================================
dnl
===================================================================
AC_MSG_CHECKING
([
whether
to
enable
filters
for
legacy
binary
file
formats
(
StarOffice
5.2
)])
AC_MSG_CHECKING
([
whether
to
enable
filters
for
legacy
binary
file
formats
(
StarOffice
5.2
)])
if
test
"$enable_binfilter"
=
"no"
;
then
if
test
"$enable_binfilter"
=
"yes"
;
then
WITH_BINFILTER
=
"NO"
AC_MSG_RESULT
([
no
])
else
WITH_BINFILTER
=
"YES"
WITH_BINFILTER
=
"YES"
BUILD_TYPE
=
"$BUILD_TYPE BINFILTER"
BUILD_TYPE
=
"$BUILD_TYPE BINFILTER"
AC_MSG_RESULT
([
yes
])
AC_MSG_RESULT
([
yes
])
else
WITH_BINFILTER
=
"NO"
AC_MSG_RESULT
([
no
])
fi
fi
AC_SUBST
(
WITH_BINFILTER
)
AC_SUBST
(
WITH_BINFILTER
)
...
...
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