summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-08-25 14:04:02 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-08-25 14:04:02 (GMT)
commit36efbe3309d3cb71f71f2021c43579e62fee7fce (patch)
treef4ff5fcc12c1d4d46d0be0d88b1cce91e2107019 /configure.in
parent16739ea9ad5b8b72ffc3390da0a4d5490960d02e (diff)
downloadhdf5-36efbe3309d3cb71f71f2021c43579e62fee7fce.zip
hdf5-36efbe3309d3cb71f71f2021c43579e62fee7fce.tar.gz
hdf5-36efbe3309d3cb71f71f2021c43579e62fee7fce.tar.bz2
[svn-r1591] ./configure.in [1.2, 1.3]
./configure [REGENERATED] ./Makefile.in Fixed a couple spelling errors.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7ead0d3..edad932 100644
--- a/configure.in
+++ b/configure.in
@@ -356,7 +356,7 @@ case $withval in
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"
AC_CHECK_LIB(z, compress,,LDFLAGS="$saved_LDFLAGS")