From 8967f5d2a99963e5a7e29ef6eb95d0e17f0c33c5 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Mon, 16 Sep 2013 10:02:39 +0000 Subject: [PATCH] Modified the configure.in script to look for both the serial and parallel version of HDF5 Former-commit-id: 606d7a98d8eeb704c54a9513542230b0ca62a864 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e275223f0f..3cfcb1ab8f 100644 --- a/configure.in +++ b/configure.in @@ -106,7 +106,7 @@ if test -z "${OPENMP_CFLAGS}"; then fi # Check for HDF5 -AX_LIB_HDF5([serial]) +AX_LIB_HDF5() # check for setaffinity AC_USE_SYSTEM_EXTENSIONS -- GitLab