summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-06-26 12:28:07 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-06-26 12:28:07 -0400
commit8d7d268f61befd7a6de3048e063d656e9b6402b7 (patch)
tree43e640d796039e78d6d916d43c7dead1338c6b22 /config-scripts
parentca9e55c9b5887e1e1ebb7fbf0d098d8cf24bdaae (diff)
downloadcups-8d7d268f61befd7a6de3048e063d656e9b6402b7.tar.gz
Fix typo that slipped in with the changes for Issue #4897.
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-pam.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config-scripts/cups-pam.m4 b/config-scripts/cups-pam.m4
index 99d790060..0adec3852 100644
--- a/config-scripts/cups-pam.m4
+++ b/config-scripts/cups-pam.m4
@@ -53,7 +53,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"