]> Dogcows Code - chaz/openbox/commitdiff
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 4a17b8e497f066779ec4d227b706418142aa8cb4..f322e626512da4b4c5a8bff0493df37cce287d06 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
This page took 0.021639 seconds and 4 git commands to generate.