(added same include path as modules/mappers/config9.m4)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92880
13f79535-47bb-0310-9956-
ffa450edef68
APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [
ap_old_cppflags=$CPPFLAGS
- CPPFLAGS="$CPPFLAGS -I$APR_SOURCE_DIR/include"
+ CPPFLAGS="$CPPFLAGS -I$APR_SOURCE_DIR/include -I$abs_builddir/srclib/apr/include"
AC_TRY_COMPILE([#include <apr.h>],
[#if !APR_HAS_RANDOM
#error You need APR random support to use auth_digest.