summaryrefslogtreecommitdiff
path: root/config-scripts/cups-gssapi.m4
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /config-scripts/cups-gssapi.m4
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
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