Kaydet (Commit) a642c18f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Indentation cleanup

Change-Id: I20bb0b33f3a86dd9abab32d18f703bf720f143b5
üst dcb386d7
...@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment