diff options
author | Sascha Schumann <sascha@apache.org> | 2001-01-09 00:01:47 +0100 |
---|---|---|
committer | Sascha Schumann <sascha@apache.org> | 2001-01-09 00:01:47 +0100 |
commit | e118cbf288625154eda836a63e09baa37ca66a1f (patch) | |
tree | a911a82e922f559084c9f40a7f6867457482be66 /configure.in | |
parent | Handlers now use hooks, remove handlers entry from module data. (diff) | |
download | apache2-e118cbf288625154eda836a63e09baa37ca66a1f.tar.xz apache2-e118cbf288625154eda836a63e09baa37ca66a1f.zip |
Set MKDIR for APR's RUN_SUBDIR_CONFIG_NOW macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87613 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index af0a3134ca..0af2b70ad3 100644 --- a/configure.in +++ b/configure.in @@ -21,6 +21,8 @@ dnl Absolute source/build directory abs_srcdir=`(cd $srcdir && pwd)` abs_builddir=`pwd` +MKDIR=$abs_srcdir/srclib/apr/helpers/mkdir.sh + APACHE_CONFIG_NICE(config.nice) dnl If the source dir is not equal to the build dir, |