diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-09-18 19:30:21 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-09-18 19:30:21 (GMT) |
commit | 45519075e4bc3ec1a0b3c1cbbe8edf26b976ae2b (patch) | |
tree | ed46c12254145d61298d51c42bc29184dc1927ee /configure.in | |
parent | bd52f6e529b097d5ed522493d750f44feb6a42e3 (diff) | |
download | hdf5-45519075e4bc3ec1a0b3c1cbbe8edf26b976ae2b.zip hdf5-45519075e4bc3ec1a0b3c1cbbe8edf26b976ae2b.tar.gz hdf5-45519075e4bc3ec1a0b3c1cbbe8edf26b976ae2b.tar.bz2 |
[svn-r4461]
Purpose:
Oops
Description:
Left a debug print in...
Solution:
Removed
Platforms tested:
Linux
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2461756..72dbf3c 100644 --- a/configure.in +++ b/configure.in @@ -757,7 +757,6 @@ case $withval in AC_CHECK_LIB(z, compress,, LDFLAGS="$saved_LDFLAGS"; unset HAVE_ZLIB) ;; esac -echo "LIBS == $LIBS" dnl ---------------------------------------------------------------------- dnl Is GLOBUS-GASS(1.1.0 or 1.1.1) Library present? It is also needed by |