From c7b72f4bc7c55e9989f1778de9700b8cd65e126f Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 15 Jan 2010 17:57:58 +0100 Subject: [PATCH] Invoke AC_PROG_MKDIR_P to make sure MKDIR_P is defined. --- configure.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3