Skip to content

Commit 60c8c20

Browse files
authored
Merge pull request #11424 from bwbarrett/bugfix/romio-alarm-on-dist
io/romio: Break make dist on config failure
2 parents 407b50b + f93a203 commit 60c8c20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mca/io/romio341/configure.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ AC_DEFUN([MCA_ompi_io_romio341_CONFIG],[
114114

115115
AS_IF([test "$io_romio341_happy" = "1"],
116116
[$1],
117-
[$2])])])
117+
[OPAL_MAKEDIST_DISABLE="$OPAL_MAKEDIST_DISABLE ROMIO"
118+
$2])])])
118119
OPAL_VAR_SCOPE_POP
119120
])

0 commit comments

Comments
 (0)