]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/url_rewrite/modules.m4
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / url_rewrite / modules.m4
index c55d2b1ecf8df2c46a9a8dd415f2038ae804b75d..31a5cf8a1277485e7a7c4a89060f54c6fcf0e40d 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -27,6 +27,9 @@ if test "x$enable_url_rewrite_helpers" != "xno" ; then
     if test "x$helper" = "xfake" ; then
       m4_include([helpers/url_rewrite/fake/required.m4])
 
+    elif test "x$helper" = "xLFS" ; then
+      m4_include([helpers/url_rewrite/LFS/required.m4])
+
     # modules not yet converted to autoconf macros (or third party drop-in's)
     elif test -f "$dir/config.test" && sh "$dir/config.test" "$squid_host_os"; then
       BUILD_HELPER="$helper"