Author: wrowe
Date: Wed Aug 2 19:27:58 2017
New Revision: 1803908
URL: http://svn.apache.org/viewvc?rev=1803908&view=rev
Log:
The tcn include files do not live in builddir, they are not generated.
These live in the srcdir (other aliases would be forward references.)
Modified:
tomcat/native/trunk/native/configure.in
Modified: tomcat/native/trunk/native/configure.in
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/configure.in?rev=1803908&r1=1803907&r2=1803908&view=diff
==============================================================================
--- tomcat/native/trunk/native/configure.in (original)
+++ tomcat/native/trunk/native/configure.in Wed Aug 2 19:27:58 2017
@@ -85,7 +85,7 @@ dnl set up the compilation flags and stu
dnl
TCNATIVE_INCLUDES=""
-TCNATIVE_PRIV_INCLUDES="-I$top_builddir/include"
+TCNATIVE_PRIV_INCLUDES="-I$srcdir/include"
dnl
dnl Find the APR includes directory and (possibly) the source (base) dir.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]