Skip to content

Commit f93a203

Browse files
committed
io/romio: Break make dist on config failure
If ROMIO does not think it can build, set the flag to break "make dist", as that means the resulting tarball will not include ROMIO (which is not what we want). Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 407b50b commit f93a203

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)