You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2003/07/24 10:15:22 UTC

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

hgomez      2003/07/24 01:15:22

  Modified:    jk/native configure.in
  Log:
  When Apache 2.0 is found, add define HAVE_APR
  
  Revision  Changes    Path
  1.25      +2 -2      jakarta-tomcat-connectors/jk/native/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/configure.in,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- configure.in	5 Jun 2003 09:15:37 -0000	1.24
  +++ configure.in	24 Jul 2003 08:15:22 -0000	1.25
  @@ -100,7 +100,7 @@
   		APXS_CPPFLAGS=""
               else
                   WEBSERVER="apache-2.0"
  -              	APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS`"
  +              	APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS` -DHAVE_APR"
                 	APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`"
                   APACHE_CONFIG_VARS=${apache_dir}/build/config_vars.mk
                   LIBTOOL=`$APXS -q LIBTOOL`
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org