]> git.pld-linux.org Git - packages/hdf.git/blame - hdf-szip.patch
- updated to 4.2.15
[packages/hdf.git] / hdf-szip.patch
CommitLineData
a2223890
JB
1--- hdf-4.2.10/configure.ac.orig 2014-12-06 11:14:27.307342175 +0100
2+++ hdf-4.2.10/configure.ac 2014-12-06 11:38:58.803947089 +0100
3@@ -466,7 +466,7 @@
4 yes)
5 HAVE_SZIP="yes"
6 AC_CHECK_HEADERS([szlib.h], [HAVE_SZLIB_H="yes"], [unset HAVE_SZIP])
7- if test "x$HAVE_SZLIB" = "xyes" -a "x$HAVE_SZLIB_H" = "xyes"; then
8+ if test "x$HAVE_SZIP" = "xyes" -a "x$HAVE_SZLIB_H" = "xyes"; then
9 AC_CHECK_LIB([sz], [SZ_BufftoBuffCompress],, [unset HAVE_SZIP])
10 fi
11
This page took 0.088494 seconds and 4 git commands to generate.