]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Gets VPATH builds working again. The problem was that apr.h is generated
authorAaron Bannert <aaron@apache.org>
Wed, 17 Oct 2001 21:34:29 +0000 (21:34 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 17 Oct 2001 21:34:29 +0000 (21:34 +0000)
commitb8c5c7fe7a1cebc944bc9cf2c1eceb287fcd8020
tree4e68a8716298bbb8e27d021c72298e3bc7749b8b
parent4645c79e185a114ab5f6c6961ce1c0c1b6866ea3
Gets VPATH builds working again. The problem was that apr.h is generated
by autoconf and then placed in the builddir, not the srcdir (which we
didn't notice until we tried to do VPATH). When cpp couldn't find apr.h
we would decide not to build mod_so, which is kinda bad.

Now we include both paths when we test for APR_HAS_DSO and everyone is happy.

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