summaryrefslogtreecommitdiff
path: root/config-scripts/cups-pam.m4
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-04-24 15:12:39 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-04-24 15:12:39 -0400
commit105922ec6d01484ee6e4724a40562b6c44be2c87 (patch)
treea457e220885d8c084531972a60c0a2e1fc4950cc /config-scripts/cups-pam.m4
parent442e03eff1231132220dbc149bda6adf0ce8f31c (diff)
Add support for cross-compilation (Issue #4897)
Diffstat (limited to 'config-scripts/cups-pam.m4')
-rw-r--r--config-scripts/cups-pam.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/config-scripts/cups-pam.m4 b/config-scripts/cups-pam.m4
index 00ada06d2..99d790060 100644
--- a/config-scripts/cups-pam.m4
+++ b/config-scripts/cups-pam.m4
@@ -1,7 +1,7 @@
dnl
dnl PAM stuff for CUPS.
dnl
-dnl Copyright 2007-2013 by Apple Inc.
+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
@@ -52,8 +52,8 @@ if test x$enable_pam != xno; then
LIBS="$SAVELIBS"
- case "$uname" in
- Darwin*)
+ case "$host_os_name" in
+ marwin*)
# Darwin/macOS
if test "x$with_pam_module" != x; then
PAMFILE="pam.$with_pam_module"