From f54b04c062da2edc5dc258b565436bc9b635b0d5 Mon Sep 17 00:00:00 2001 From: nge Date: Tue, 6 Oct 2009 14:12:20 +0000 Subject: [PATCH] To see which hdf5 we're using in configure log --- salome_adm/unix/config_files/check_hdf5.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salome_adm/unix/config_files/check_hdf5.m4 b/salome_adm/unix/config_files/check_hdf5.m4 index a065bff7b..966a47098 100644 --- a/salome_adm/unix/config_files/check_hdf5.m4 +++ b/salome_adm/unix/config_files/check_hdf5.m4 @@ -48,12 +48,15 @@ LOCAL_RLIBS="" if test -z $HDF5HOME then AC_MSG_WARN(undefined HDF5HOME variable which specify hdf5 installation directory) + AC_MSG_NOTICE(Trying native Hdf5...) else LOCAL_INCLUDES="-I$HDF5HOME/include" if test "x$HDF5HOME" = "x/usr" then + AC_MSG_NOTICE(Trying native Hdf5...) LOCAL_LIBS="" else + AC_MSG_NOTICE(Trying Hdf5 from $HDF5HOME ...) LOCAL_LIBS="-L$HDF5HOME/lib" LOCAL_RLIBS="-R$HDF5HOME/lib" fi -- 2.39.2