You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/11/01 05:13:42 UTC

cvs commit: httpd-apreq-2 INSTALL

joes        2003/10/31 20:13:42

  Modified:    .        INSTALL
  Log:
  s/libapreq/libapreq2/
  
  Revision  Changes    Path
  1.11      +1 -1      httpd-apreq-2/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/INSTALL,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- INSTALL	29 Oct 2003 02:20:24 -0000	1.10
  +++ INSTALL	1 Nov 2003 04:13:42 -0000	1.11
  @@ -34,7 +34,7 @@
   
     % cd /path/to/httpd-2.0
     % CPPFLAGS=-I/path/to/httpd-apreq-2/src \
  -    HTTPD_LDFLAGS=/path/to/httpd-apreq-2/src/libapreq.la \
  +    HTTPD_LDFLAGS=/path/to/httpd-apreq-2/src/libapreq2.la \
       ./configure --with-module=filters:/path/to/httpd-apreq-2/env/mod_apreq.c \
       ...(add usual httpd+apr options here)...