summaryrefslogtreecommitdiff
path: root/config-scripts/cups-gssapi.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config-scripts/cups-gssapi.m4')
-rw-r--r--config-scripts/cups-gssapi.m49
1 files changed, 5 insertions, 4 deletions
diff --git a/config-scripts/cups-gssapi.m4 b/config-scripts/cups-gssapi.m4
index a9b93af7..fa645c2f 100644
--- a/config-scripts/cups-gssapi.m4
+++ b/config-scripts/cups-gssapi.m4
@@ -1,9 +1,9 @@
dnl
-dnl "$Id: cups-gssapi.m4 10083 2011-10-19 20:21:16Z mike $"
+dnl "$Id: cups-gssapi.m4 10424 2012-04-23 17:26:57Z mike $"
dnl
dnl GSSAPI/Kerberos library detection for CUPS.
dnl
-dnl Copyright 2007-2011 by Apple Inc.
+dnl Copyright 2007-2012 by Apple Inc.
dnl Copyright 2006-2007 by Easy Software Products.
dnl
dnl This file contains Kerberos support code, copyright 2006 by
@@ -26,7 +26,7 @@ if test x$enable_gssapi != xno; then
if test "x$KRB5CONFIG" != x; then
case "$uname" in
Darwin)
- # Mac OS X weak-links to the Kerberos framework...
+ # OS X weak-links to the Kerberos framework...
LIBGSSAPI="-weak_framework Kerberos"
AC_MSG_CHECKING(for GSS framework)
if test -d /System/Library/Frameworks/GSS.framework; then
@@ -163,8 +163,9 @@ else
CUPS_DEFAULT_GSSSERVICENAME=""
fi
+AC_SUBST(CUPS_DEFAULT_GSSSERVICENAME)
AC_DEFINE_UNQUOTED(CUPS_DEFAULT_GSSSERVICENAME, "$CUPS_DEFAULT_GSSSERVICENAME")
dnl
-dnl End of "$Id: cups-gssapi.m4 10083 2011-10-19 20:21:16Z mike $".
+dnl End of "$Id: cups-gssapi.m4 10424 2012-04-23 17:26:57Z mike $".
dnl