]> git.pld-linux.org Git - packages/crossmingw32-SDL_image.git/blame - SDL_image-ac_fixes.patch
fixes: added missing "]" and "[" quotes.
[packages/crossmingw32-SDL_image.git] / SDL_image-ac_fixes.patch
CommitLineData
4084362e 1--- SDL_image-1.2.0/configure.in~ Sun Dec 2 09:01:35 2001
2+++ SDL_image-1.2.0/configure.in Sun Dec 2 09:02:10 2001
3@@ -99,9 +99,7 @@
4 CFLAGS="$CFLAGS -DLOAD_JPG"
5 IMG_LIBS="$IMG_LIBS -ljpeg"
6 else
7- AC_MSG_WARN(
8-*** Unable to find JPEG library (http://www.ijg.org/)
9-])
10+ AC_MSG_WARN([*** Unable to find JPEG library (http://www.ijg.org/)])
11 AC_MSG_WARN([JPG image loading disabled])
12 fi
13 fi
14@@ -117,15 +115,11 @@
15 if test x$enable_png = xyes; then
16 AC_CHECK_LIB(png, png_create_read_struct, have_libpng=yes, , -lz)
17 if test x$have_libpng != xyes; then
18- AC_MSG_WARN([
19-*** Unable to find PNG library (http://www.cdrom.com/pub/png/)
20-])
21+ AC_MSG_WARN([*** Unable to find PNG library (http://www.cdrom.com/pub/png/)])
22 fi
23 AC_CHECK_LIB(z, uncompress, have_libz=yes)
24 if test x$have_libz != xyes; then
25- AC_MSG_WARN([
26-*** Unable to find Zlib library (http://www.cdrom.com/pub/infozip/zlib/)
27-])
28+ AC_MSG_WARN([*** Unable to find Zlib library (http://www.cdrom.com/pub/infozip/zlib/)])
29 fi
30 if test x$have_libpng = xyes -a x$have_libz = xyes; then
31 CFLAGS="$CFLAGS -DLOAD_PNG"
32@@ -155,9 +149,7 @@
33 CFLAGS="$CFLAGS -DLOAD_TIF"
34 IMG_LIBS="$IMG_LIBS -ltiff"
35 else
36- AC_MSG_WARN(
37-*** Unable to find Tiff library (ftp://ftp.sgi.com/graphics/tiff/)
38-])
39+ AC_MSG_WARN([*** Unable to find Tiff library (ftp://ftp.sgi.com/graphics/tiff/)])
40 AC_MSG_WARN([TIF image loading disabled])
41 fi
42 fi
This page took 0.064412 seconds and 4 git commands to generate.