]> granicus.if.org Git - apache/commit
Fix broken mod_session_crypto build.
authorRainer Jung <rjung@apache.org>
Sat, 5 Jun 2010 20:58:43 +0000 (20:58 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 5 Jun 2010 20:58:43 +0000 (20:58 +0000)
commitf2549793119418482825c0e0f33089daed37b07e
tree6a52d101ff8d17060cc2ae108ba5f5a268a59d1d
parentf26b981093988de05cb2b2a468c3a72f519c45d0
Fix broken mod_session_crypto build.

Using -I$APR_INCLUDEDIR and -I$APU_INCLUDEDIR breaks
for APR 2, because $APU_INCLUDEDIR is empty and a
lonely "-I" doesn't do good for the compiler.

It also breaks for VPATH builds, because then
$APR_INCLUDEDIR contains two paths.

Using $APR_INCLUDES $APU_INCLUDES fixes both problems
and seems to be the way it is done for other modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951766 13f79535-47bb-0310-9956-ffa450edef68
modules/session/config.m4