aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-02-15 10:10:51 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-02-28 10:59:46 +0100
commit40e6fa48c4d43069ced8cd9bc7206d3554b6e72a (patch)
tree969098c0825a58f8f2d138f60319eed04eee9308 /configure.ac
parent37df2643d2334a8ed8b9774396fcd2567a68a6de (diff)
build: make sure subdir exists before running glib-mkenums
Reported-by: Colin Helliwell <colin.helliwell@ln-systems.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3ac71efc..0ad35ae5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,7 @@ dnl Required programs
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
+AC_PROG_MKDIR_P
dnl Initialize libtool
LT_PREREQ([2.2])