From: Matt Turner Date: Sun, 22 Jan 2012 03:43:02 +0000 (-0500) Subject: configure.ac: use AC_PROG_MKDIR_P X-Git-Tag: 062012170305~2013 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd827a8d3e86d62d7286362c22945b0d206a0b88;p=profile%2Fivi%2Fmesa.git configure.ac: use AC_PROG_MKDIR_P Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45057 --- diff --git a/configure.ac b/configure.ac index a68a90f..9599568 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