aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-11-01 20:06:22 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-11-01 20:06:22 +0000
commit250641f5deceec0e5f43c1051581660c10c8127b (patch)
tree2128ea86fc7df948c0302947c9c0b07008bd5037 /configure.ac
parent9707e464add49d753e02ab6fa088ae3d90b4191a (diff)
From Thomas Dreibholz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9368 :
Call AC_PROG_MKDIR_P so MKDIR_P is sure to be set. svn path=/trunk/; revision=53026
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 6909f97496..13f376aaa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_CPP
+AC_PROG_MKDIR_P
AC_WIRESHARK_CLANG_CHECK
dnl Work around libtool bug (fixed in the version 1.5a?)