diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-01-03 15:00:34 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-01-03 15:00:34 (GMT) |
commit | a4f5705d1cbf89191246dcc37d3e6f26f4002a02 (patch) | |
tree | 16c57901cbf3161b08957790de38aa2e1adf056a /src | |
parent | 7fb720becf8bdb56179b93004d318e5f1c49fc2a (diff) | |
download | hdf5-a4f5705d1cbf89191246dcc37d3e6f26f4002a02.zip hdf5-a4f5705d1cbf89191246dcc37d3e6f26f4002a02.tar.gz hdf5-a4f5705d1cbf89191246dcc37d3e6f26f4002a02.tar.bz2 |
[svn-r6228] Description:
When I removed the option (--enable-parallel=mpich), which did not work,
I failed to run autoheader to update this file. I am checking in the
updated version now.
Platforms tested:
No need to test since it just removed a #undefine and comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 498225f..daa16bf 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -128,9 +128,6 @@ /* Define to 1 if you have the `mpi' library (-lmpi). */ #undef HAVE_LIBMPI -/* Define to 1 if you have the `mpich' library (-lmpich). */ -#undef HAVE_LIBMPICH - /* Define to 1 if you have the `mpio' library (-lmpio). */ #undef HAVE_LIBMPIO |