diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-02 17:41:53 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-02 17:42:04 +0300 |
commit | a642c18fa21c11fb8f9d0b4accb433d806d633d7 (patch) | |
tree | 3156ee260eb2e750c14425f86ec4e6a5ddcb21c1 /configure.ac | |
parent | dcb386d787e5d3dbcd67a029569dd9b1cfba9274 (diff) |
Indentation cleanup
Change-Id: I20bb0b33f3a86dd9abab32d18f703bf720f143b5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index af83832ded7a..fff3f0728a28 100644 --- a/configure.ac +++ b/configure.ac @@ -7337,14 +7337,14 @@ if test "$with_system_jpeg" = "yes"; then AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ JPEG3RDLIB=-ljpeg ], [AC_MSG_CHECKING(jpeg library not found or fuctional)], []) 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 <jerror.h> int main(int c, char**v) { printf("%d\n", JERR_BAD_CROP_SPEC); return 0; } - ]]) ], - [AC_MSG_RESULT(yes)], - [AC_MSG_RESULT(no) + ]]) ], + [AC_MSG_RESULT(yes)], + [AC_MSG_RESULT(no) AC_MSG_ERROR(jpeg library version >= 7 or jpeg-turbo version >= 1.1 required) ]) libo_MINGW_CHECK_DLL([libjpeg]) @@ -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 If we can't find atomic routines in vendor library, look for atomic_ops. 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 save_LIBS=$LIBS @@ -9750,12 +9750,12 @@ if test "$test_gtk" = "yes"; then AC_MSG_CHECKING([whether to enable the systray quickstarter]) 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, [ ENABLE_SYSTRAY_GTK="TRUE" ], [ ENABLE_SYSTRAY_GTK="" ]) else - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) fi AC_MSG_CHECKING([whether to enable Gtk print dialog support]) |