jerenkrantz    01/07/11 10:09:02

  Modified:    .        configure.in
  Log:
  Keep the ./configure --help output aligned correctly.
  
  Revision  Changes    Path
  1.337     +2 -2      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.336
  retrieving revision 1.337
  diff -u -r1.336 -r1.337
  --- configure.in      2001/07/11 14:19:51     1.336
  +++ configure.in      2001/07/11 17:08:59     1.337
  @@ -152,14 +152,14 @@
     APR_ADDTO(NOTEST_CPPFLAGS,-DAPR_ASSERT_MEMORY)
   ])dnl
   
  -AC_ARG_ENABLE(profile,[  --enable-profile   Turn on profiling for the build 
(GCC)],
  +AC_ARG_ENABLE(profile,[  --enable-profile        Turn on profiling for the 
build (GCC)],
     if test "$GCC" = "yes"; then
       APR_ADDTO(CFLAGS, -pg)
     fi
   )dnl
   
   POOLS_TARGET=apr_pools.lo
  -AC_ARG_ENABLE(sms, [ --enable-sms Build APR to use sms emulating pools],
  +AC_ARG_ENABLE(sms, [  --enable-sms            Build APR to use sms emulating 
pools],
       echo "*************   WARNING   ***************"
       echo "You have switched ON using SMS to emulate pools.  This is highly"
       echo "experimental and so you may want to think about it!"
  
  
  

Reply via email to