summaryrefslogtreecommitdiff
path: root/build/configure.ac.tools
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-23 17:15:07 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-23 17:15:07 -0400
commit03c37f56b2d3ecc0e197194364b216183dacc24a (patch)
treea6d9b73f82cb57cdb81859a6b0060561235a8bf0 /build/configure.ac.tools
parentae0511fbbe6c01b5fe8dfa531b3eaa791314931f (diff)
[build] Use mkdir -p portability macros
Diffstat (limited to 'build/configure.ac.tools')
-rw-r--r--build/configure.ac.tools1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/configure.ac.tools b/build/configure.ac.tools
index a24dbcec..6ff9df78 100644
--- a/build/configure.ac.tools
+++ b/build/configure.ac.tools
@@ -2,6 +2,7 @@
AC_PATH_PROG(FIND, find)
AC_PATH_PROG(XARGS, xargs)
+AC_PROG_MKDIR_P
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency)