Author: joes
Date: Fri Feb 24 13:26:13 2006
New Revision: 380820
URL: http://svn.apache.org/viewcvs?rev=380820&view=rev
Log:
@CPP@ isn't substituted for in Makefile.in
Modified:
httpd/apreq/branches/apr-build-system/configure.in
Modified: httpd/apreq/branches/apr-build-system/configure.in
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/configure.in?rev=380820&r1=380819&r2=380820&view=diff
==============================================================================
--- httpd/apreq/branches/apr-build-system/configure.in (original)
+++ httpd/apreq/branches/apr-build-system/configure.in Fri Feb 24 13:26:13 2006
@@ -99,6 +99,7 @@
APR_ADDTO(CFLAGS, `$apr_config --cflags`)
APR_ADDTO(CPPFLAGS, `$apr_config --cppflags`)
+AC_SUBST(CPP)
APREQ_FIND_APU