summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-03-06 05:34:36 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-03-06 05:34:36 (GMT)
commit9919e1a4280c382d6ecb79e56ebb2b3828b6cccd (patch)
tree87965e8043fd5e594bd3eac6be19adfd0a1b33a4 /src/H5config.h.in
parent44da2314b56b3651221a15b4338d156a6d3b9222 (diff)
downloadhdf5-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/H5config.h.in')
-rw-r--r--src/H5config.h.in3
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