]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/security/cert_validators/fake/required.m4
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / security / cert_validators / fake / required.m4
index 60adc7fdca78f8e53d891e096831fc337bfb8432..51f3f2e96538ba2687a3fb7dc1c95ee856dca05b 100755 (executable)
@@ -1,14 +1,12 @@
-## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2023 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.
 ##
 
-if test "x$PERL" != "x"; then
-  BUILD_HELPER="fake"
-fi
-if test "x$POD2MAN" = "x"; then
+AS_IF([test "x$PERL" != "x"],[BUILD_HELPER="fake"])
+AS_IF([test "x$POD2MAN" = "x"],[
   AC_MSG_WARN([pod2man not found. security_fake_certverify man(8) page will not be built])
-fi
+])