Skip to content

Commit cce6267

Browse files
committed
configure.ac: update Flex warning language
Make the Flex "you do not need Flex if..." warning to be consistent with the language about Pandoc. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 70993e1 commit cce6267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ if test -z "$LEX" || \
976976
AC_MSG_WARN([*** Could not find Flex on your system.])
977977
AC_MSG_WARN([*** Flex is required for developer builds of Open MPI.])
978978
AC_MSG_WARN([*** Other versions of Lex are not supported.])
979-
AC_MSG_WARN([*** YOU DO NOT NEED FLEX WHEN BUILDING DISTRIBUTION TARBALLS!])
979+
AC_MSG_WARN([*** NOTE: If you are building a tarball downloaded from www.open-mpi.org, you do not need Flex])
980980
AC_MSG_ERROR([Cannot continue])
981981
fi
982982
fi

0 commit comments

Comments
 (0)