formatting
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 26 Mar 2011 17:13:52 +0000 (17:13 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 26 Mar 2011 17:13:52 +0000 (17:13 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@58099 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

m4/evas_check_loader.m4

index 6bcf1da..d03ce09 100644 (file)
@@ -113,20 +113,20 @@ if test "x${have_dep}"  = "xyes" ; then
    AC_CHECK_LIB([jpeg],
       [jpeg_CreateDecompress],
       [
-        evas_image_loader_[]$1[]_libs="-ljpeg"
-        AC_COMPILE_IFELSE(
-           [AC_LANG_PROGRAM(
-               [[
+       evas_image_loader_[]$1[]_libs="-ljpeg"
+       AC_COMPILE_IFELSE(
+          [AC_LANG_PROGRAM(
+              [[
 #include <stdio.h>
 #include <jpeglib.h>
 #include <setjmp.h>
-               ]],
-               [[
+              ]],
+              [[
 struct jpeg_decompress_struct decomp;
 decomp.region_x = 0;
-               ]])],
-           [have_jpeg_region="yes"],
-           [have_jpeg_region="no"])
+              ]])],
+          [have_jpeg_region="yes"],
+          [have_jpeg_region="no"])
       ],
       [have_dep="no"]
    )