I don't understand why an include doesn't go onto the INCLUDES variable. Why
the shift?

On Sun, Dec 09, 2001 at 03:32:02AM -0000, [EMAIL PROTECTED] wrote:
> trawick     01/12/08 19:32:02
> 
>   Modified:    modules/experimental config.m4
>   Log:
>   Add -I for the zlib include dir to the right flag variable
>   
>   Revision  Changes    Path
>   1.17      +1 -1      httpd-2.0/modules/experimental/config.m4
>   
>   Index: config.m4
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/modules/experimental/config.m4,v
>   retrieving revision 1.16
>   retrieving revision 1.17
>   diff -u -r1.16 -r1.17
>   --- config.m4       2001/11/26 22:50:13     1.16
>   +++ config.m4       2001/12/09 03:32:02     1.17
>   @@ -53,7 +53,7 @@
>        ap_save_ldflags=$LDFLAGS
>        ap_save_libs=$LIBS
>        if test "$ap_zlib_base" != "/usr"; then
>   -      APR_ADDTO(INCLUDES, [-I${ap_zlib_base}/include])
>   +      APR_ADDTO(CPPFLAGS, [-I${ap_zlib_base}/include])
>          APR_ADDTO(LDFLAGS, [-L${ap_zlib_base}/lib])
>          if test "x$ap_platform_runtime_link_flag" != "x"; then
>             APR_ADDTO(LDFLAGS, [$ap_platform_runtime_link_flag${ap_zlib_Base}/lib])
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/

Reply via email to