]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
not using CurrentTime anywhere
[chaz/openbox] / configure.ac
index ec82b835313f5461331a04be3b889e67766b7d02..4a17b8e497f066779ec4d227b706418142aa8cb4 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], [yacc])
+test "YACC" || AC_MSG_ERROR([yacc not found])
+
 AC_PROG_LIBTOOL
 LIBTOOL="$LIBTOOL --silent"
 AC_PROG_INSTALL
This page took 0.019571 seconds and 4 git commands to generate.