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
if test "x$MUNGE_LIBS" == "x"; then if test "x$WANT_MUNGE" == "xtrue"; then if test "x$WANT_KEYFILE" == "xtrue"; then if test "x$WANT_NOSEC" == "xtrue"; then if test "x$MUNGE" == "xtrue"; then if test "x$ENABLE_NULL_ENCRYPTION" == "xtrue"; then
when using
SHELL=/bin/dash
andCONFIG_SHELL=/bin/dash
I get this but the configure continue and I have build failure laterthe following lines in the configure fail
if test "x$MUNGE_LIBS" == "x"; then
if test "x$WANT_MUNGE" == "xtrue"; then
if test "x$WANT_KEYFILE" == "xtrue"; then
if test "x$WANT_NOSEC" == "xtrue"; then
if test "x$MUNGE" == "xtrue"; then
if test "x$ENABLE_NULL_ENCRYPTION" == "xtrue"; then
replacing
==
with=
in https://github.com/LLNL/LaunchMON/blob/master/config/x_ac_handshake.m4 should workThe text was updated successfully, but these errors were encountered: