summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-04-03 20:47:37 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-04-03 20:47:37 (GMT)
commitf2e9f4e8c66c35ed2f0541039da9028940a8b0a3 (patch)
treed49dcd73852fa80a4937599acef204c1523151b8 /configure
parent86c0d2aa05fb860be3c2dac2427c4ac9d2bfee12 (diff)
downloadhdf5-f2e9f4e8c66c35ed2f0541039da9028940a8b0a3.zip
hdf5-f2e9f4e8c66c35ed2f0541039da9028940a8b0a3.tar.gz
hdf5-f2e9f4e8c66c35ed2f0541039da9028940a8b0a3.tar.bz2
[svn-r23538] Correct incorrect unset var name
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 77a76ae..55f2112 100755
--- a/configure
+++ b/configure
@@ -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