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
2fb8975e
Kaydet (Commit)
2fb8975e
authored
Şub 23, 2001
tarafından
oisin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
USE_XPRINT is set to TRUE by default unless --disable-xprint option is given
üst
941b3dd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configure.in
config_office/configure.in
+4
-4
No files found.
config_office/configure.in
Dosyayı görüntüle @
2fb8975e
...
...
@@ -79,10 +79,10 @@ AC_ARG_ENABLE(macos9,
Usage: --enable-macos9
],,)
AC_ARG_ENABLE(xprint,
[ --
enable-xprint Use this option if you want to build OpenOffice with
Xprint printing functionality.
[ --
disable-xprint Use this option if you want to build OpenOffice
without
Xprint printing functionality.
Usage: --
en
able-xprint
Usage: --
dis
able-xprint
],,)
AC_ARG_WITH(lang,
[ --with-lang Use this option to build OpenOffice with additional language
...
...
@@ -952,7 +952,7 @@ fi
if test -z "$CYGWIN"; then
CYGWIN="NO_CYGWIN"
fi
if test
-z "$enable_xprint
"; then
if test
"$enable_xprint" = "no
"; then
enable_xprint="NO_XPRINT"
else
enable_xprint="TRUE"
...
...
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