From 718971fb20e7bc07e7133360b5421b8a674a4f20 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 9 Dec 2001 03:32:02 +0000 Subject: [PATCH] Add -I for the zlib include dir to the right flag variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92400 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index 40afb58678..09fab692f8 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -53,7 +53,7 @@ APACHE_MODULE(deflate, Deflate transfer encoding support, , , no, [ 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]) -- 2.40.0