]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/url_rewrite/modules.m4
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / url_rewrite / modules.m4
index 9db9ac7ed9a3098eca9ae5bbfd5f2d71c0b55d10..31a5cf8a1277485e7a7c4a89060f54c6fcf0e40d 100644 (file)
@@ -1,3 +1,10 @@
+## 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.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
@@ -20,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"