]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-ssl.m4
Fix some build issues with the "core" component selection (rdar://47394086)
[thirdparty/cups.git] / config-scripts / cups-ssl.m4
index 957e0b08afaee893261018eda62ea600ca65443f..8446e3d154c4e2b98f44ed0f1037c294c45c404f 100644 (file)
@@ -43,14 +43,7 @@ if test x$enable_ssl != xno; then
                AC_CHECK_HEADER(Security/SecBasePriv.h,
                    AC_DEFINE(HAVE_SECBASEPRIV_H))
                AC_CHECK_HEADER(Security/SecIdentitySearchPriv.h,
-                   AC_DEFINE(HAVE_SECIDENTITYSEARCHPRIV_H))
-
-               AC_DEFINE(HAVE_CSSMERRORSTRING)
-               AC_DEFINE(HAVE_SECKEYCHAINOPEN)])
-
-               if test $host_os_version -ge 150; then
-                       AC_DEFINE(HAVE_SSLSETENABLEDCIPHERS)
-               fi
+                   AC_DEFINE(HAVE_SECIDENTITYSEARCHPRIV_H))])
        fi
     fi