]> git.pld-linux.org Git - packages/hdf.git/blob - hdf-szip.patch
- updated to 4.2.14
[packages/hdf.git] / hdf-szip.patch
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.021215 seconds and 3 git commands to generate.