diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-11-28 10:36:19 +0100 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-12-03 22:46:39 +0100 |
commit | e8f29e2531a9d2a88da944276ffd396e161deb20 (patch) | |
tree | 7f5ca9e57d11e8edf2c768e84b399f6242121451 /configure.ac | |
parent | 97b30ae5e77d5e36d127d02b247d6d41b8e1c8c3 (diff) | |
download | gobject-introspection-e8f29e2531a9d2a88da944276ffd396e161deb20.tar.gz |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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]) |