Skip to content
Snippets Groups Projects
Commit 27daa8ac authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

acx_options.m4: added HAVE_H5DONT_ATEXIT

parent 7a807286
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!29M214003/develop
Pipeline #29622 passed
...@@ -214,6 +214,10 @@ AS_IF([test "x$ENABLE_NC4HDF5" = "xyes"], ...@@ -214,6 +214,10 @@ AS_IF([test "x$ENABLE_NC4HDF5" = "xyes"],
[AC_SEARCH_LIBS([H5get_libversion], [netcdf hdf5], [AC_SEARCH_LIBS([H5get_libversion], [netcdf hdf5],
[AC_DEFINE([HAVE_H5GET_LIBVERSION],[1],[Define to 1 for H5get_libversion support])],,)]) [AC_DEFINE([HAVE_H5GET_LIBVERSION],[1],[Define to 1 for H5get_libversion support])],,)])
AS_IF([test "x$ENABLE_NC4HDF5" = "xyes"],
[AC_SEARCH_LIBS([H5dont_atexit], [netcdf hdf5],
[AC_DEFINE([HAVE_H5DONT_ATEXIT],[1],[Define to 1 for H5dont_atexit support])],,)])
AC_SUBST([ENABLE_NETCDF]) AC_SUBST([ENABLE_NETCDF])
AC_SUBST([ENABLE_NC2]) AC_SUBST([ENABLE_NC2])
AC_SUBST([ENABLE_NC4]) AC_SUBST([ENABLE_NC4])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment