]> git.pld-linux.org Git - packages/xdelta.git/blame - xdelta-ac25x.patch
- new
[packages/xdelta.git] / xdelta-ac25x.patch
CommitLineData
788af2bd
JB
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,9 +28,9 @@
4 AC_MSG_ERROR(Test for GLIB failed. Download it from ftp://ftp.gtk.org/pub/gtk/v1.2/))
5
6 AC_CHECK_LIB(z, gzsetparams,
7- AC_CHECK_HEADER(zlib.h,,
8- AC_MSG_ERROR(ZLIB headers not found)),
9- AC_MSG_ERROR(ZLIB library not found))
10+ [AC_CHECK_HEADER(zlib.h,,
11+ [AC_MSG_ERROR(ZLIB headers not found)])],
12+ [AC_MSG_ERROR(ZLIB library not found)])
13
14 AC_OUTPUT(Makefile
15 doc/Makefile
This page took 0.088015 seconds and 4 git commands to generate.