From 608a4a23fe1c5b8814587570b0f166b6fbd5a30d Mon Sep 17 00:00:00 2001 From: pietrodelugas Date: Sat, 24 Sep 2016 18:28:40 +0000 Subject: [PATCH] configure was failing to detect the hdf5 library with gcc that needs some hind to find where H5Fcreate is git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13014 c92efa57-630b-4861-b058-cf58834340f0 --- install/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/configure b/install/configure index 810d658da..73111a519 100755 --- a/install/configure +++ b/install/configure @@ -12310,7 +12310,7 @@ return H5Fcreate (); return 0; } _ACEOF -for ac_lib in '' hdf5_fortran; do +for ac_lib in '' hdf5 hdf5_fortran; do if test -z "$ac_lib"; then ac_res="none required" else