We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b68a7 commit 4e5aa37Copy full SHA for 4e5aa37
src/mpi/romio/configure.ac
@@ -911,9 +911,9 @@ fi
911
AM_CONDITIONAL([LUSTRE_LOCKAHEAD],[test "$lustre_lockahead" = "yes"])
912
913
if test -n "$file_system_logfs"; then
914
- AC_CHECK_HEADERS(logfs.h,
915
- AC_DEFINE(ROMIO_LOGFS,1,[Define for ROMIO with LogFS]),
916
- AC_MSG_ERROR([LogFS support requested but cannot fine logfs.h header file]) )
+ dnl can't use AC_CHECK_HEADER for logfs.h because it needs to be
+ dnl compiled with an mpi compiler
+ AC_DEFINE(ROMIO_LOGFS,1,[Define for ROMIO with LogFS])
917
fi
918
919
if test -n "$file_system_xfs"; then
0 commit comments