fielding    01/01/28 04:18:38

  Modified:    .        CHANGES configure.in
  Log:
  Remove --with-optim option in favor of OPTIM env variable.
  
  Revision  Changes    Path
  1.50      +4 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- CHANGES   2001/01/28 10:35:56     1.49
  +++ CHANGES   2001/01/28 12:18:38     1.50
  @@ -1,5 +1,9 @@
   Changes with APR b1  
   
  +  *) Replace configure --with-optim option by using the environment
  +     variable OPTIM instead.  This is needed because configure options
  +     do not support multiple flags separated by spaces.  [Roy Fielding]
  +
     *) Eliminate the APR_SIG* aliases for standard signal names,
        since they serve no useful purpose.  [Roy Fielding]
   
  
  
  
  1.220     +0 -2      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.219
  retrieving revision 1.220
  diff -u -r1.219 -r1.220
  --- configure.in      2001/01/28 11:42:31     1.219
  +++ configure.in      2001/01/28 12:18:38     1.220
  @@ -69,8 +69,6 @@
   nl='
   '
   echo $ac_n "${nl}Check for compiler flags..."
  -AC_ARG_WITH(optim,[  --with-optim="FLAGS"      compiler optimisation flags],
  -        [OPTIM="$withval"])
   
   AC_ARG_WITH(debug,[  --with-debug            Turn on debugging and compile 
time warnings],
           [if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -g -Wall"; else 
CFLAGS="$CFLAGS -g"; fi])
  
  
  

Reply via email to