diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d24dabc..66c0a72 100644 --- a/configure.in +++ b/configure.in @@ -2607,7 +2607,7 @@ if test "$DIRECT_VFD" = "yes"; then close(fid); remove("tst_file"); exit (0); - }], [hdf5_direct_io=yes], [hdf5_direct_io=no],)]) + }], AC_TRY_LINK(, [posix_memalign()], [hdf5_direct_io=yes], [hdf5_direct_io=no]), [hdf5_direct_io=no],)]) if test ${hdf5_direct_io} = "yes"; then AC_MSG_RESULT([yes]) |