https://bugs.freedesktop.org/show_bug.cgi?id=36651
--- Comment #7 from Brian Paul <brian.e.p...@gmail.com> 2011-05-18 09:03:30 PDT --- Are you sure you're looking at the updated patch? See: +AC_PATH_PROG([FLEX], [flex]) +test "x$FLEX" = "x" && AC_MSG_ERROR([flex is needed to build Mesa]) + +AC_PATH_PROG([BISON], [bison]) +test "x$BISON" = "x" && AC_MSG_ERROR([bison is needed to build Mesa]) + I removed flex/bison and tested and configure errors/exits as expected. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev