You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
per discussion at devel call today, allow for --with-prrte=internal
(equivalent to --with-prrte=yes) for backwards compatibility with
the 5.0.x releases.
Signed-off-by: Howard Pritchard <[email protected]>
AS_IF([test "$with_prrte" != "yes" -a "$with_prrte" != "no" -a "$with_prrte" != ""],
80
-
AC_MSG_ERROR(['--with-prrte' option defaults to 'yes' and supports 'yes'or 'no'. External PRRTE builds are no longer supported.]))
79
+
AS_IF([test "$with_prrte" != "yes" -a "$with_prrte" != "no" -a "$with_prrte" != "" -a "$with_prrte" != "internal"],
80
+
AC_MSG_ERROR(['--with-prrte' option defaults to 'yes' and supports 'yes', 'internal', or 'no'. Internal is equivalent to yes. External PRRTE builds are no longer supported.]))
0 commit comments