You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2010/10/01 20:03:32 UTC

svn commit: r1003601 - /apr/apr-util/branches/1.5.x/build/apu-conf.m4

Author: rjung
Date: Fri Oct  1 18:03:32 2010
New Revision: 1003601

URL: http://svn.apache.org/viewvc?rev=1003601&view=rev
Log:
Fix out of tree build:

Bundled expat header files are in the source
directory.

No regression.

Modified:
    apr/apr-util/branches/1.5.x/build/apu-conf.m4

Modified: apr/apr-util/branches/1.5.x/build/apu-conf.m4
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/build/apu-conf.m4?rev=1003601&r1=1003600&r2=1003601&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/build/apu-conf.m4 (original)
+++ apr/apr-util/branches/1.5.x/build/apu-conf.m4 Fri Oct  1 18:03:32 2010
@@ -164,7 +164,7 @@ if test "${apu_has_expat}${apu_try_built
   dnl we are working with the bundled version of the software.
   bundled_subdir="xml/expat"
   APR_SUBDIR_CONFIG($bundled_subdir, [--prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir])
-  APR_ADDTO(APRUTIL_INCLUDES, [-I$top_builddir/$bundled_subdir/lib])
+  APR_ADDTO(APRUTIL_INCLUDES, [-I$abs_srcdir/$bundled_subdir/lib])
   APR_ADDTO(LDFLAGS, [-L$top_builddir/$bundled_subdir/lib])
   apu_expat_libs="$top_builddir/$bundled_subdir/libexpat.la"
 fi