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:

committed by
Jeffrey Altman

parent
6428136e18
commit
0f5486eafc
@@ -572,6 +572,7 @@ AC_CHECK_TYPES([int8_t, int16_t, int32_t, int64_t,
|
||||
])
|
||||
|
||||
rk_FRAMEWORK_SECURITY
|
||||
rk_FRAMEWORK_COREFOUNDATION
|
||||
|
||||
KRB_READLINE
|
||||
|
||||
|
Reference in New Issue
Block a user