We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70993e1 commit cce6267Copy full SHA for cce6267
configure.ac
@@ -976,7 +976,7 @@ if test -z "$LEX" || \
976
AC_MSG_WARN([*** Could not find Flex on your system.])
977
AC_MSG_WARN([*** Flex is required for developer builds of Open MPI.])
978
AC_MSG_WARN([*** Other versions of Lex are not supported.])
979
- AC_MSG_WARN([*** YOU DO NOT NEED FLEX WHEN BUILDING DISTRIBUTION TARBALLS!])
+ AC_MSG_WARN([*** NOTE: If you are building a tarball downloaded from www.open-mpi.org, you do not need Flex])
980
AC_MSG_ERROR([Cannot continue])
981
fi
982
0 commit comments