]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/basic/NIS/required.m4
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / auth / basic / NIS / required.m4
index cfbcf5f8a4d6b9aad59519f33b62263d29c6b3f2..386dd9bc98e168347fc0395627577b422cfdea09 100755 (executable)
@@ -1,4 +1,4 @@
-## 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.
@@ -6,8 +6,18 @@
 ##
 
 BUILD_HELPER="NIS"
-AC_CHECK_HEADERS([sys/types.h rpc/rpc.h rpcsvc/ypclnt.h rpcsvc/yp_prot.h crypt.h],[],[BUILD_HELPER=""],AC_INCLUDES_DEFAULT([
+AC_CHECK_HEADERS([ \
+  sys/types.h \
+  rpc/rpc.h \
+  rpcsvc/ypclnt.h \
+  rpcsvc/yp_prot.h \
+  crypt.h \
+],[],[
+  BUILD_HELPER=""
+],[
+  AC_INCLUDES_DEFAULT([
 #if HAVE_RPC_RPC_H
 #include <rpc/rpc.h>
 #endif
-]))
+  ])
+])