]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
use bison not yacc
[chaz/openbox] / configure.ac
index ec82b835313f5461331a04be3b889e67766b7d02..f322e626512da4b4c5a8bff0493df37cce287d06 100644 (file)
@@ -35,6 +35,9 @@ AC_SUBST(GMODULE_LIBS)
 AC_PATH_PROG([FLEX], [flex])
 test "$FLEX" || AC_MSG_ERROR([flex not found])
 
+AC_PATH_PROG([YACC], [bison])
+test "YACC" || AC_MSG_ERROR([yacc not found])
+
 AC_PROG_LIBTOOL
 LIBTOOL="$LIBTOOL --silent"
 AC_PROG_INSTALL
This page took 0.020461 seconds and 4 git commands to generate.