Skip to content

Commit 4e5aa37

Browse files
committed
fixup: configure.ac can't check logfs.h
1 parent d6b68a7 commit 4e5aa37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mpi/romio/configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -911,9 +911,9 @@ fi
911911
AM_CONDITIONAL([LUSTRE_LOCKAHEAD],[test "$lustre_lockahead" = "yes"])
912912
913913
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]) )
914+
dnl can't use AC_CHECK_HEADER for logfs.h because it needs to be
915+
dnl compiled with an mpi compiler
916+
AC_DEFINE(ROMIO_LOGFS,1,[Define for ROMIO with LogFS])
917917
fi
918918
919919
if test -n "$file_system_xfs"; then

0 commit comments

Comments
 (0)