mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
configure.ac: use AC_PROG_MKDIR_P
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45057
This commit is contained in:
parent
d387899388
commit
fd827a8d3e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue