rbb         01/04/03 15:46:48

  Modified:    build    apu-conf.m4
  Log:
  We need to use the full path, or expat won't build.
  
  Revision  Changes    Path
  1.9       +1 -1      apr-util/build/apu-conf.m4
  
  Index: apu-conf.m4
  ===================================================================
  RCS file: /home/cvs/apr-util/build/apu-conf.m4,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -b -w -u -r1.8 -r1.9
  --- apu-conf.m4       2001/03/12 07:26:11     1.8
  +++ apu-conf.m4       2001/04/03 22:46:48     1.9
  @@ -372,7 +372,7 @@
   if test "$expat_include_dir" = "xml/expat/lib" -o "$expat_include_dir" = 
"xml/expat-cvs/lib"; then
     bundled_subdir="`echo $expat_include_dir | sed -e 's%/lib%%'`"
     APU_SUBDIR_CONFIG($bundled_subdir)
  -  expat_include_dir=$srcdir/$bundled_subdir/lib
  +  expat_include_dir=$top_builddir/$bundled_subdir/lib
     expat_libs=$top_builddir/$bundled_subdir/lib/libexpat.la
     APR_XML_SUBDIRS="`echo $bundled_subdir | sed -e 's%xml/%%'`"
   fi
  
  
  

Reply via email to