[Mesa-dev] [Bug 45057] MKDIR_P not defined and compiling fails
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jan 21 18:04:29 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=45057
Matt Turner <mattst88 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mattst88 at gmail.com
--- Comment #1 from Matt Turner <mattst88 at 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.
More information about the mesa-dev
mailing list