use bison not yacc
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 19:26:57 +0000 (19:26 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 19:26:57 +0000 (19:26 +0000)
configure.ac

index 4a17b8e..f322e62 100644 (file)
@@ -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