]> git.pld-linux.org Git - packages/hdf.git/blame - hdf-szip.patch
- java- R: base
[packages/hdf.git] / hdf-szip.patch
CommitLineData
29a409da
JB
1--- hdf-4.2.15/configure.ac.orig 2020-11-12 21:00:56.401745032 +0100
2+++ hdf-4.2.15/configure.ac 2020-11-12 21:04:32.302866945 +0100
3@@ -533,7 +533,7 @@
4 X-yes)
a2223890
JB
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.051721 seconds and 5 git commands to generate.