summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */