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
bae85254
Kaydet (Commit)
bae85254
authored
May 14, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No CUPS for Android or iOS
Change-Id: I34b65232b11111fef6473577decc0849d3443fce
üst
1d32c56f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
configure.in
configure.in
+8
-0
No files found.
configure.in
Dosyayı görüntüle @
bae85254
...
@@ -3633,10 +3633,18 @@ dnl ===================================================================
...
@@ -3633,10 +3633,18 @@ dnl ===================================================================
if test "$enable_cups" = "no"; then
if test "$enable_cups" = "no"; then
test_cups=no
test_cups=no
ENABLE_CUPS="NO"
ENABLE_CUPS="NO"
elif test "$enable_cups" = "yes"; then
if test $_os = iOS -o $_os = Android; then
AC_MSG_ERROR([CUPS makes no sense for $_os])
fi
ENABLE_CUPS="YES"
elif test $_os = iOS -o $_os = Android; then
ENABLE_CUPS=NO
else
else
ENABLE_CUPS="YES"
ENABLE_CUPS="YES"
fi
fi
AC_SUBST(ENABLE_CUPS)
AC_SUBST(ENABLE_CUPS)
if test "$test_cups" = "yes"; then
if test "$test_cups" = "yes"; then
AC_MSG_CHECKING([whether cups support is present])
AC_MSG_CHECKING([whether cups support is present])
AC_CHECK_LIB([cups], [cupsPrintFiles], [:])
AC_CHECK_LIB([cups], [cupsPrintFiles], [:])
...
...
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