]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-pam.m4
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / config-scripts / cups-pam.m4
index 99d79006026f05fa0bf2c546cb8ead015c7b6550..01622a4d3af5b6a32b80f23b78b69c01d2a8d42c 100644 (file)
@@ -4,15 +4,11 @@ dnl
 dnl Copyright 2007-2017 by Apple Inc.
 dnl Copyright 1997-2005 by Easy Software Products, all rights reserved.
 dnl
-dnl These coded instructions, statements, and computer programs are the
-dnl property of Apple Inc. and are protected by Federal copyright
-dnl law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-dnl which should have been included with this file.  If this file is
-dnl missing or damaged, see the license at "http://www.cups.org/".
+dnl Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 dnl
 
 AC_ARG_ENABLE(pam, [  --disable-pam           disable PAM support])
-AC_ARG_WITH(pam_module, [  --with-pam-module       specify the PAM module to use])
+AC_ARG_WITH(pam_module, [  --with-pam-module       set the PAM module to use])
 
 PAMDIR=""
 PAMFILE="pam.std"
@@ -53,7 +49,7 @@ if test x$enable_pam != xno; then
        LIBS="$SAVELIBS"
 
        case "$host_os_name" in
-               marwin*)
+               darwin*)
                        # Darwin/macOS
                        if test "x$with_pam_module" != x; then
                                PAMFILE="pam.$with_pam_module"