[Mesa-dev] [Bug 36651] mesa requires bison and flex to build but configure does not check for them
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 18 09:03:30 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=36651
--- Comment #7 from Brian Paul <brian.e.paul at 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.
More information about the mesa-dev
mailing list