]> git.pld-linux.org Git - packages/SDL_image.git/blob - SDL_image-ac_fixes.patch
- -devel deps
[packages/SDL_image.git] / SDL_image-ac_fixes.patch
1 --- SDL_image-1.2.1/configure.in.orig   Thu Dec  6 02:51:15 2001
2 +++ SDL_image-1.2.1/configure.in        Fri Jan 11 12:34:27 2002
3 @@ -105,9 +105,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 @@ -129,15 +127,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.libpng.org/pub/png/libpng.html)
20 -])
21 +        AC_MSG_WARN([*** Unable to find PNG library (http://www.libpng.org/pub/png/libpng.html)])
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.gzip.org/zlib/)
27 -])
28 +        AC_MSG_WARN([*** Unable to find Zlib library (http://www.gzip.org/zlib/)])
29      fi
30      if test x$have_libpng = xyes -a x$have_libz = xyes; then
31          CFLAGS="$CFLAGS -DLOAD_PNG"
32 @@ -167,9 +161,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.076824 seconds and 3 git commands to generate.