krb5: don't include plist support unless CoreFoundation is present

depending what's available when you compile for iOS it's possible to
be __APPLE__ and not have CF; actually test for it instead of blythely
assuming it can be used
This commit is contained in:
Daria Phoebe Brashear
2017-10-24 12:53:46 -04:00
committed by Jeffrey Altman
parent 6428136e18
commit 0f5486eafc
4 changed files with 35 additions and 3 deletions

View File

@@ -572,6 +572,7 @@ AC_CHECK_TYPES([int8_t, int16_t, int32_t, int64_t,
])
rk_FRAMEWORK_SECURITY
rk_FRAMEWORK_COREFOUNDATION
KRB_READLINE