summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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