[svn-r7724] 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
This commit is contained in:
Quincey Koziol 2003-10-24 14:36:56 -05:00
parent e792c44920
commit 9d22c9e61a

View File

@ -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 */