You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@apache.org on 2002/01/17 02:16:19 UTC

cvs commit: httpd-2.0/modules/aaa config.m4

dougm       02/01/16 17:16:19

  Modified:    modules/aaa config.m4
  Log:
  allow mod_auth_digest to configure with --srcdir
  (added same include path as modules/mappers/config9.m4)
  
  Revision  Changes    Path
  1.52      +1 -1      httpd-2.0/modules/aaa/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/config.m4,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- config.m4	16 Oct 2001 21:32:40 -0000	1.51
  +++ config.m4	17 Jan 2002 01:16:19 -0000	1.52
  @@ -32,7 +32,7 @@
   
   APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [
     ap_old_cppflags=$CPPFLAGS
  -  CPPFLAGS="$CPPFLAGS -I$APR_SOURCE_DIR/include"
  +  CPPFLAGS="$CPPFLAGS -I$APR_SOURCE_DIR/include -I$abs_builddir/srclib/apr/include"
     AC_TRY_COMPILE([#include <apr.h>], 
                    [#if !APR_HAS_RANDOM 
                     #error You need APR random support to use auth_digest.