You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2003/02/07 21:28:42 UTC

cvs commit: httpd-2.0 configure.in

trawick     2003/02/07 12:28:41

  Modified:    .        configure.in
  Log:
  update a test compile to find apr.h when apr isn't in srclib
  
  (the only one of several such places in Apache which
  didn't get fixed to work with separate APR...  no fun
  when v4 sockets won't talk to Apache anymore)
  
  Revision  Changes    Path
  1.240     +1 -1      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.239
  retrieving revision 1.240
  diff -u -r1.239 -r1.240
  --- configure.in	30 Jan 2003 16:50:11 -0000	1.239
  +++ configure.in	7 Feb 2003 20:28:41 -0000	1.240
  @@ -329,7 +329,7 @@
   
   dnl ## See if APR has IPv6 support
   ap_old_cppflags=$CPPFLAGS
  -CPPFLAGS="$CPPFLAGS -I$APR_SOURCE_DIR/include -I$abs_builddir/srclib/apr/include"
  +CPPFLAGS="$CPPFLAGS $INCLUDES"
   AC_TRY_COMPILE([#include <apr.h>], [
   #if !APR_HAVE_IPV6
   #error APR does not have IPv6 support