]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-ssl.m4
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / config-scripts / cups-ssl.m4
index 35d025c7fbd3ca6a6a7c90c63c179dc271c3226b..949a3e4f50485e1f69feaf7ef21ee37a02d3f978 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id: cups-ssl.m4 5524 2006-05-15 13:52:09Z mike $"
+dnl "$Id: cups-ssl.m4 181 2006-06-22 20:01:18Z jlovell $"
 dnl
 dnl   OpenSSL/GNUTLS stuff for the Common UNIX Printing System (CUPS).
 dnl
@@ -48,6 +48,7 @@ if test x$enable_ssl != xno; then
                 # certificates for CUPS, so don't enable encryption on
                 # /admin just yet...
                 #ENCRYPTION_REQUIRED="  Encryption Required"
+                AC_CHECK_HEADER(Security/SecBasePriv.h,AC_DEFINE(HAVE_SECBASEPRIV_H))
                 AC_DEFINE(HAVE_SSL)
                 AC_DEFINE(HAVE_CDSASSL)])
        fi
@@ -114,5 +115,5 @@ AC_SUBST(EXPORT_SSLLIBS)
 
 
 dnl
-dnl End of "$Id: cups-ssl.m4 5524 2006-05-15 13:52:09Z mike $".
+dnl End of "$Id: cups-ssl.m4 181 2006-06-22 20:01:18Z jlovell $".
 dnl