martin      99/12/13 14:00:19

  Modified:    src      Configure
  Log:
  Oops. Add missing quotes. Noticed by Mark Bixby.
  
  Submitted by: Mark Bixby
  
  Revision  Changes    Path
  1.381     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.380
  retrieving revision 1.381
  diff -u -r1.380 -r1.381
  --- Configure 1999/12/13 14:33:26     1.380
  +++ Configure 1999/12/13 22:00:17     1.381
  @@ -907,7 +907,7 @@
   ##
   TCPP=`egrep '^CPP=' Makefile.config | tail -1 | awk -F= '{print $2}'`
   if [ "x$TCPP" != "x" ]; then
  -    CPP=`CPP=$TCPP; export CPP CC; ./helpers/findcpp.sh`
  +    CPP=`CPP="$TCPP"; export CPP CC; ./helpers/findcpp.sh`
   else
       CPP=`export CC; ./helpers/findcpp.sh`
   fi
  
  
  

Reply via email to