X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=f322e626512da4b4c5a8bff0493df37cce287d06;hb=0a04c368633b31345db2ebe23c54b14972c25780;hp=ec82b835313f5461331a04be3b889e67766b7d02;hpb=a7ec81b7980d31918580dafbc02fe27550a096d0;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index ec82b835..f322e626 100644 --- a/configure.ac +++ b/configure.ac @@ -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