dreid       01/05/09 05:36:16

  Modified:    .        configure.in
  Log:
  Fix a build breakage I introduced earlier.
  
  Obtained from:    Jeff Trawick
  Reviewed by:    David Reid
  
  Revision  Changes    Path
  1.21      +2 -2      apr-util/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr-util/configure.in,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- configure.in      2001/05/09 12:01:54     1.20
  +++ configure.in      2001/05/09 12:36:14     1.21
  @@ -53,10 +53,10 @@
       # if we're building a shared lib then we need to add in the
       # apr library to the build...
       LDFLAGS="$APR_SOURCE_DIR/libapr.la"
  -    AC_PROG_LIBTOOL
  +AC_PROG_LIBTOOL
       ;;
   *)  dnl libtoolize requires that the following not be indented
  -    AC_PROG_LIBTOOL
  +AC_PROG_LIBTOOL
       ;;
   esac
   
  
  
  

Reply via email to