diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-03-06 05:34:36 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-03-06 05:34:36 (GMT) |
commit | 9919e1a4280c382d6ecb79e56ebb2b3828b6cccd (patch) | |
tree | 87965e8043fd5e594bd3eac6be19adfd0a1b33a4 /src | |
parent | 44da2314b56b3651221a15b4338d156a6d3b9222 (diff) | |
download | hdf5-9919e1a4280c382d6ecb79e56ebb2b3828b6cccd.zip hdf5-9919e1a4280c382d6ecb79e56ebb2b3828b6cccd.tar.gz hdf5-9919e1a4280c382d6ecb79e56ebb2b3828b6cccd.tar.bz2 |
[svn-r311] Changes since 19980305
----------------------
./configure.in
./configure
./config/commence.in
Added checking for `ar' then `xar' and set the $(AR) variable
in the Makefiles. The check is not performed if $AR is
already defined in the environment (including being set in a
config file). We check for `-lcoug' for ASCI/Red.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index ebba10f..b573774 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -67,6 +67,9 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define if you have the coug library (-lcoug). */ +#undef HAVE_LIBCOUG + /* Define if you have the mpi library (-lmpi). */ #undef HAVE_LIBMPI |