You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2002/02/15 05:11:33 UTC

cvs commit: apr-util apu-config.in

jerenkrantz    02/02/14 20:11:33

  Modified:    .        apu-config.in
  Log:
  Add missing test command.
  Submitted by:	Philip Martin <ph...@codematters.co.uk>
  Reviewed by:	Justin Erenkrantz
  
  Revision  Changes    Path
  1.6       +1 -1      apr-util/apu-config.in
  
  Index: apu-config.in
  ===================================================================
  RCS file: /home/cvs/apr-util/apu-config.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apu-config.in	15 Feb 2002 02:44:24 -0000	1.5
  +++ apu-config.in	15 Feb 2002 04:11:33 -0000	1.6
  @@ -133,7 +133,7 @@
       exit 0
       ;;
       --libs)
  -    if test "$location" = "installed" && -f $PREFIX/lib/libexpat.la; then
  +    if test "$location" = "installed" && test -f $PREFIX/lib/libexpat.la; then
         TMP_BUILDDIR=`echo "$APU_BUILD_DIR/xml/expat" | sed 's/\\//\\\\\\//g'`
         TMP_PREFIX=`echo $prefix | sed 's/\\//\\\\\\//g'`
         LIBS=`echo "$LIBS" | sed "s/$TMP_BUILDDIR/$TMP_PREFIX/g"`