]> git.pld-linux.org Git - packages/xdelta.git/blob - xdelta-ac25x.patch
- updated to ver. 1.1.4; gcc4.patch obsolated
[packages/xdelta.git] / xdelta-ac25x.patch
1 --- xdelta-1.1.3/configure.in.orig      Sat Oct 19 11:45:54 2002
2 +++ xdelta-1.1.3/configure.in   Sat Oct 19 11:47:05 2002
3 @@ -28,10 +28,10 @@
4  AM_PATH_GLIB(1.2.8,,
5    AC_MSG_ERROR(Test for GLIB failed. Download it from ftp://ftp.gtk.org/pub/gtk/v1.2/))
6  
7 -dnl AC_CHECK_LIB(z, gzsetparams, */
8 -dnl   AC_CHECK_HEADER(zlib.h,, */
9 -dnl     AC_MSG_ERROR(ZLIB headers not found)), */
10 -dnl   AC_MSG_ERROR(ZLIB library not found)) */
11 +AC_CHECK_LIB(z, gzsetparams,
12 +  [AC_CHECK_HEADER(zlib.h,,
13 +    [AC_MSG_ERROR(ZLIB headers not found)])],
14 +  [AC_MSG_ERROR(ZLIB library not found)])
15  
16  AC_OUTPUT(Makefile
17           doc/Makefile
This page took 0.055683 seconds and 3 git commands to generate.