From 0a04c368633b31345db2ebe23c54b14972c25780 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 19:26:57 +0000 Subject: [PATCH] use bison not yacc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4a17b8e4..f322e626 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_SUBST(GMODULE_LIBS) AC_PATH_PROG([FLEX], [flex]) test "$FLEX" || AC_MSG_ERROR([flex not found]) -AC_PATH_PROG([YACC], [yacc]) +AC_PATH_PROG([YACC], [bison]) test "YACC" || AC_MSG_ERROR([yacc not found]) AC_PROG_LIBTOOL -- 2.44.0