diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-01-06 01:44:22 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-01-06 01:44:22 +0100 |
commit | 7aa1c437489b034ef65ed9fae35ae5cbf26dcad9 (patch) | |
tree | 667d5dc13196cf1e08d714bb93e8ccd26e12f0a1 /modules/experimental/config.m4 | |
parent | Note this for the record. I have no idea if/when I'll have the time to (diff) | |
download | apache2-7aa1c437489b034ef65ed9fae35ae5cbf26dcad9.tar.xz apache2-7aa1c437489b034ef65ed9fae35ae5cbf26dcad9.zip |
Fix a typo in mod_deflate's m4 config section.
Submitted by: albert chin (china@thewrittenword.com)
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental/config.m4')
-rw-r--r-- | modules/experimental/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index a4700688c8..9194444872 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -59,7 +59,7 @@ APACHE_MODULE(deflate, Deflate transfer encoding support, , , no, [ CPPFLAGS="$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]) + APR_ADDTO(LDFLAGS, [$ap_platform_runtime_link_flag${ap_zlib_base}/lib]) fi fi APR_ADDTO(LIBS, [-lz]) |