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 e3b925f commit 6fee9ebCopy full SHA for 6fee9eb
configure.ac
@@ -221,7 +221,7 @@ else
221
fi
222
# check for Flex
223
AC_PROG_LEX(noyywrap)
224
-if test "x$LEX" != xflex && test ! -e $PMIX_TOP_SRCDIR/util/keyval/keyval_lex.c; then
+if test "x$LEX" != xflex && test ! -e $PMIX_TOP_SRCDIR/src/util/keyval/keyval_lex.c; then
225
AC_MSG_WARN([PMIx requires Flex to build from sources that were not])
226
AC_MSG_WARN([fully pre-processed (e.g., an official release tarball),])
227
AC_MSG_WARN([but Flex was not found. Please install Flex into])
0 commit comments