]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
compatibility hdf 1.8.x
authoradam <adam>
Wed, 30 Sep 2009 12:30:17 +0000 (12:30 +0000)
committeradam <adam>
Wed, 30 Sep 2009 12:30:17 +0000 (12:30 +0000)
salome_adm/unix/config_files/check_hdf5.m4

index 96afbc5ae480ee83237420906a5f30f614806371..a065bff7bfaeca675740186b548902166ea3eb33 100644 (file)
@@ -86,6 +86,11 @@ then
   HDF5_MT_LIBS="$LOCAL_LIBS -lhdf5 $LOCAL_RLIBS"
 fi
 
+if  test "x$hdf5_ok" = "xyes"
+then
+  HDF5_INCLUDES="$HDF5_INCLUDES -DH5_USE_16_API"
+fi
+
 AC_MSG_RESULT(for hdf5: $hdf5_ok)
 
 ])dnl