From e8f29e2531a9d2a88da944276ffd396e161deb20 Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Wed, 28 Nov 2012 10:36:19 +0100 Subject: tests: fix incremental build Running make multiple times caused "mkdir" to complain that it could not create those directories because they where already there... https://bugzilla.gnome.org/show_bug.cgi?id=689570 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f6fd5a06..74a44de6 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ AM_CONDITIONAL(OS_WIN32, [test "x$os_win32" = "xyes"]) # Checks for programs. AC_PROG_CC AM_PROG_CC_C_O +AC_PROG_MKDIR_P # Initialize libtool LT_PREREQ([2.2]) -- cgit v1.2.1