projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d387899
)
configure.ac: use AC_PROG_MKDIR_P
author
Matt Turner
<mattst88@gmail.com>
Sun, 22 Jan 2012 03:43:02 +0000
(22:43 -0500)
committer
Matt Turner
<mattst88@gmail.com>
Sun, 22 Jan 2012 03:43:54 +0000
(22:43 -0500)
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45057
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a68a90f3a8b32d3e2491680a5fce360e30409467..9599568622a28f8cd1feb2480216648bc911aee4 100644
(file)
--- 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