https://bugs.freedesktop.org/show_bug.cgi?id=45057
Matt Turner <matts...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matts...@gmail.com --- Comment #1 from Matt Turner <matts...@gmail.com> 2012-01-21 18:04:29 PST --- Does this patch fix it? diff --git a/configure.ac b/configure.ac index 4e5a1d3..656a8d9 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,7 @@ AC_PROG_CXX AC_CHECK_PROGS([MAKE], [gmake make]) AC_CHECK_PROGS([PYTHON2], [python2 python]) AC_PROG_SED +AC_PROG_MKDIR_P AC_PATH_PROG([MKDEP], [makedepend]) if test "x$MKDEP" = "x"; then --- -- 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