]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[486-no-longer-use-bison-is-yacc-emulation-mode] Changed from AC_PROG_YACC 486-no-longer-use-bison-is-yacc-emulation-mode
authorFrancis Dupont <fdupont@isc.org>
Wed, 6 Mar 2019 18:36:35 +0000 (19:36 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 11 Mar 2019 12:48:40 +0000 (08:48 -0400)
configure.ac

index b0390257fb39041c07df8a752cb3c6c4259aa5d7..ec7d01f42cbbdfed4cf5249f2d25a9677972081d 100644 (file)
@@ -1381,7 +1381,8 @@ AC_PROG_LEX
 
 # Check if bison is available. Bison is not needed for building Kea sources,
 # unless you want to regenerate grammars
-AC_PROG_YACC
+AC_PATH_PROG(YACC, bison)
+AC_SUBST(YACC)
 
 if test "x$enable_generate_parser" != "xno"; then