]> granicus.if.org Git - apache/commitdiff
* modules/filters/config.m4: Fix typo which wiped INCLUDES if zlib
authorJoe Orton <jorton@apache.org>
Sun, 4 Jan 2004 03:05:24 +0000 (03:05 +0000)
committerJoe Orton <jorton@apache.org>
Sun, 4 Jan 2004 03:05:24 +0000 (03:05 +0000)
detection failed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102176 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/config.m4

index d5f7a29bca529017e4569b631bd2284f26e73938..385dbe3038ce3c7a1bee808fc1081f0c315a5203 100644 (file)
@@ -35,7 +35,7 @@ APACHE_MODULE(deflate, Deflate transfer encoding support, , , most, [
     fi
   fi
   if test "$enable_deflate" != "no"; then
-    ap_save_includes=$INCLUDE
+    ap_save_includes=$INCLUDES
     ap_save_ldflags=$LDFLAGS
     ap_save_libs=$LIBS
     ap_save_cppflags=$CPPFLAGS