You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/10/01 13:44:14 UTC

cvs commit: apache-2.0/src Configure

rse         99/10/01 04:44:13

  Modified:    src      Configure
  Log:
  Fix and extend APR configuration call.
  
  Revision  Changes    Path
  1.7       +1 -1      apache-2.0/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Configure,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Configure	1999/09/27 07:49:00	1.6
  +++ Configure	1999/10/01 11:44:13	1.7
  @@ -1731,7 +1731,7 @@
       fi
       echo " + configuring Apache Portable Runtime (APR)"
       cd lib/apr 
  -    CC="$CC" CFLAGS="$EXTRA_CFLAGS" ./configure >/dev/null
  +    CC="$CC" CFLAGS="$TEXTRA_CFLAGS" OPTIM="$TOPTIM" ./configure >/dev/null
       if [ $? -ne 0 ]; then
           echo "** FAILED to configure APR"
           exit 1