From 052153434e54887cd6d90e4ac4194faf0776f777 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 18 Jan 2003 09:38:02 -0500 Subject: [PATCH] [svn-r6302] Added the testing of libmpe. This is generated by autoheader. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)}? YES Other platforms/configurations tested? eirene with --enable-mpe --- src/H5config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/H5config.h.in b/src/H5config.h.in index 4ae5487e43..09d84e7552 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -125,6 +125,9 @@ /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM +/* Define to 1 if you have the `mpe' library (-lmpe). */ +#undef HAVE_LIBMPE + /* Define to 1 if you have the `mpi' library (-lmpi). */ #undef HAVE_LIBMPI