diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-04-03 20:47:37 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-04-03 20:47:37 (GMT) |
commit | f2e9f4e8c66c35ed2f0541039da9028940a8b0a3 (patch) | |
tree | d49dcd73852fa80a4937599acef204c1523151b8 /configure | |
parent | 86c0d2aa05fb860be3c2dac2427c4ac9d2bfee12 (diff) | |
download | hdf5-f2e9f4e8c66c35ed2f0541039da9028940a8b0a3.zip hdf5-f2e9f4e8c66c35ed2f0541039da9028940a8b0a3.tar.gz hdf5-f2e9f4e8c66c35ed2f0541039da9028940a8b0a3.tar.bz2 |
[svn-r23538] Correct incorrect unset var name
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25927,7 +25927,7 @@ if test "x$ac_cv_header_szlib_h" = xyes; then : _ACEOF HAVE_SZLIB_H="yes" else - CPPFLAGS="$saved_CPPFLAGS"; AM_CPPFLAGS="$saved_AM_CPPFLAGS" unset HAVE_SZIP + CPPFLAGS="$saved_CPPFLAGS"; AM_CPPFLAGS="$saved_AM_CPPFLAGS" unset HAVE_SZLIB fi done |