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
a642c18f
Kaydet (Commit)
a642c18f
authored
Agu 02, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Indentation cleanup
Change-Id: I20bb0b33f3a86dd9abab32d18f703bf720f143b5
üst
dcb386d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
configure.ac
configure.ac
+8
-8
No files found.
configure.ac
Dosyayı görüntüle @
a642c18f
...
@@ -7337,14 +7337,14 @@ if test "$with_system_jpeg" = "yes"; then
...
@@ -7337,14 +7337,14 @@ if test "$with_system_jpeg" = "yes"; then
AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ JPEG3RDLIB=-ljpeg ],
AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ JPEG3RDLIB=-ljpeg ],
[AC_MSG_CHECKING(jpeg library not found or fuctional)], [])
[AC_MSG_CHECKING(jpeg library not found or fuctional)], [])
AC_MSG_CHECKING([[libjpeg supports JERR_BAD_CROP_SPEC (jpeg-7 API)]])
AC_MSG_CHECKING([[libjpeg supports JERR_BAD_CROP_SPEC (jpeg-7 API)]])
AC_COMPILE_IFELSE([ AC_LANG_SOURCE(
AC_COMPILE_IFELSE([ AC_LANG_SOURCE(
[[
[[
#include <stdio.h>
#include <stdio.h>
#include <jerror.h>
#include <jerror.h>
int main(int c, char**v) { printf("%d\n", JERR_BAD_CROP_SPEC); return 0; }
int main(int c, char**v) { printf("%d\n", JERR_BAD_CROP_SPEC); return 0; }
]]) ],
]]) ],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
[AC_MSG_RESULT(no)
AC_MSG_ERROR(jpeg library version >= 7 or jpeg-turbo version >= 1.1 required)
AC_MSG_ERROR(jpeg library version >= 7 or jpeg-turbo version >= 1.1 required)
])
])
libo_MINGW_CHECK_DLL([libjpeg])
libo_MINGW_CHECK_DLL([libjpeg])
...
@@ -8207,7 +8207,7 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
...
@@ -8207,7 +8207,7 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
dnl dnl HP-UX atomic routines are in atomic library, not standard C library.
dnl dnl HP-UX atomic routines are in atomic library, not standard C library.
dnl dnl If we can't find atomic routines in vendor library, look for atomic_ops.
dnl dnl If we can't find atomic routines in vendor library, look for atomic_ops.
dnl AC_SEARCH_LIBS(atomic_inc, atomic,,
dnl AC_SEARCH_LIBS(atomic_inc, atomic,,
dnl
AC_CHECK_LIB(atomic_ops, main))
dnl
AC_CHECK_LIB(atomic_ops, main))
dnl dnl check for tommath presence
dnl dnl check for tommath presence
dnl save_LIBS=$LIBS
dnl save_LIBS=$LIBS
...
@@ -9750,12 +9750,12 @@ if test "$test_gtk" = "yes"; then
...
@@ -9750,12 +9750,12 @@ if test "$test_gtk" = "yes"; then
AC_MSG_CHECKING([whether to enable the systray quickstarter])
AC_MSG_CHECKING([whether to enable the systray quickstarter])
if test "x$enable_systray" = "xyes"; then
if test "x$enable_systray" = "xyes"; then
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
PKG_CHECK_MODULES( GTK210, gtk+-2.0 >= 2.10.0,
PKG_CHECK_MODULES( GTK210, gtk+-2.0 >= 2.10.0,
[ ENABLE_SYSTRAY_GTK="TRUE" ],
[ ENABLE_SYSTRAY_GTK="TRUE" ],
[ ENABLE_SYSTRAY_GTK="" ])
[ ENABLE_SYSTRAY_GTK="" ])
else
else
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
fi
fi
AC_MSG_CHECKING([whether to enable Gtk print dialog support])
AC_MSG_CHECKING([whether to enable Gtk print dialog support])
...
...
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