summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-24 12:35:53 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-24 12:35:53 -0700
commit86650a089b333e8ab7c3319c4a5b0c77e0129a45 (patch)
tree61846f0c1bdded5717e65eaff284085a1fcf25a2 /configure.ac
parent07229c1a7103d82b60b60927a93abc10f83212f1 (diff)
downloadbluez-86650a089b333e8ab7c3319c4a5b0c77e0129a45.tar.gz
Fix issue with creating include directory
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 5ce7572f2..d9a6189d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_PROG_CC_PIE
AC_PROG_INSTALL
AC_PROG_YACC
AM_PROG_LEX
+AM_PROG_MKDIR_P
m4_define([_LT_AC_TAGCONFIG], [])
m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])