configure.ac: use AC_PROG_MKDIR_P
authorMatt Turner <mattst88@gmail.com>
Sun, 22 Jan 2012 03:43:02 +0000 (22:43 -0500)
committerMatt 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

index a68a90f3a8b32d3e2491680a5fce360e30409467..9599568622a28f8cd1feb2480216648bc911aee4 100644 (file)
@@ -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