summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-08-26 14:26:02 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-08-26 14:26:02 (GMT)
commitb12caa0e149392376605c2f1c3d7cf66b18fd278 (patch)
treec38228eda259b2e7825b2e0a79c212a9e24dd297 /configure
parente8ea992779497f8b36a4d288abb98b0c5c02e12f (diff)
downloadhdf5-b12caa0e149392376605c2f1c3d7cf66b18fd278.zip
hdf5-b12caa0e149392376605c2f1c3d7cf66b18fd278.tar.gz
hdf5-b12caa0e149392376605c2f1c3d7cf66b18fd278.tar.bz2
[svn-r1603] ./configure.in [1.2, 1.3]
./configure [REGENERATED] ./Makefile.in Fixed a couple spelling errors.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5d89595..ae99acb 100755
--- a/configure
+++ b/configure
@@ -4354,7 +4354,7 @@ done
fi
zlib_lib="`echo $withval |cut -f2 -d, -s`"
- if test "X" != "$zlb_lib"; then
+ if test "X" != "$zlib_lib"; then
saved_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -L$zlib_lib"
echo $ac_n "checking for compress in -lz""... $ac_c" 1>&6