From: Francis Dupont Date: Wed, 6 Mar 2019 17:48:21 +0000 (+0100) Subject: [486-no-longer-use-bison-is-yacc-emulation-mode] Improved LEX check X-Git-Tag: 512-fix-TestConfigBackendDHCPv4-deleteSharedNetworkSubnets4_base~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3e2d50100212b4487d9660f57284fc58b4929a;p=thirdparty%2Fkea.git [486-no-longer-use-bison-is-yacc-emulation-mode] Improved LEX check --- diff --git a/configure.ac b/configure.ac index 5491715675..b0390257fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1385,7 +1385,7 @@ AC_PROG_YACC if test "x$enable_generate_parser" != "xno"; then - if test "x$LEX" == "x"; then + if test "x$LEX" != "xflex"; then AC_MSG_ERROR([Flex is required for enable-generate-parser, but was not found]) fi