aboutsummaryrefslogtreecommitdiff
path: root/fastjar/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'fastjar/configure.in')
-rw-r--r--fastjar/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/fastjar/configure.in b/fastjar/configure.in
index 1560869..c2e686e 100644
--- a/fastjar/configure.in
+++ b/fastjar/configure.in
@@ -30,6 +30,9 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_OFF_T
AC_STRUCT_TM
+# mkdir takes a single argument on some systems.
+gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG
+
dnl Check for type-widths
gcc_AC_COMPILE_CHECK_SIZEOF(char)
gcc_AC_COMPILE_CHECK_SIZEOF(short)