summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-24 19:36:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-24 19:36:52 (GMT)
commit8624dff4d9f84dd22bb8f05e01dbb46a1497de3d (patch)
treec7f7a4f12d421f01b21c665c04260994a1d81b13
parent88595aecaadb1c170a8f0a801adbada75da94367 (diff)
downloadhdf5-8624dff4d9f84dd22bb8f05e01dbb46a1497de3d.zip
hdf5-8624dff4d9f84dd22bb8f05e01dbb46a1497de3d.tar.gz
hdf5-8624dff4d9f84dd22bb8f05e01dbb46a1497de3d.tar.bz2
[svn-r7723] Purpose:
Bug fix Description: Change "H5_HAVE_PARALLEL" to "H5_HAVE_FPHDF5" around VFL ID, to prevent daily builds from failing. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel too specialized to require h5committest
-rw-r--r--src/H5FDfphdf5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h
index 20a5c83..1e632e0 100644
--- a/src/H5FDfphdf5.h
+++ b/src/H5FDfphdf5.h
@@ -18,11 +18,11 @@
#include "H5FDmpio.h"
#include "H5FDpublic.h" /* for the H5FD_t structure */
-#ifdef H5_HAVE_PARALLEL
+#ifdef H5_HAVE_FPHDF5
# define H5FD_FPHDF5 (H5FD_fphdf5_init())
#else
# define H5FD_FPHDF5 (-1)
-#endif /* H5_HAVE_PARALLEL */
+#endif /* H5_HAVE_FPHDF5 */
/* Macros */