Summary: | MKDIR_P not defined and compiling fails | ||
---|---|---|---|
Product: | Mesa | Reporter: | gsr.bugs <gsr.bugs> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | mattst88 |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Patch extracted with git format-patch |
Description
gsr.bugs
2012-01-21 14:59:08 UTC
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 --- That works too. Thanks for reporting and testing. Fixed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.