From: Marcus Brinkmann Date: Fri, 15 Jan 2010 16:57:58 +0000 (+0100) Subject: Invoke AC_PROG_MKDIR_P to make sure MKDIR_P is defined. X-Git-Tag: dbus-1.3.1~120^2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7b72f4bc7c55e9989f1778de9700b8cd65e126f;p=thirdparty%2Fdbus.git Invoke AC_PROG_MKDIR_P to make sure MKDIR_P is defined. --- diff --git a/configure.in b/configure.in index 1f2c89691..c52abb31c 100644 --- a/configure.in +++ b/configure.in @@ -64,6 +64,7 @@ AC_ISC_POSIX AC_HEADER_STDC AC_C_INLINE AM_PROG_LIBTOOL +AC_PROG_MKDIR_P # Set some internal variables depending on the platform for later use. dbus_win=no