Check if SecKeyGetCSPHandle needs prototype.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22085 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -18,7 +18,14 @@ fi
|
||||
|
||||
if test "$rk_cv_framework_security" = yes; then
|
||||
AC_DEFINE(HAVE_FRAMEWORK_SECURITY, 1, [Have -framework Security])
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
AM_CONDITIONAL(FRAMEWORK_SECURITY, test "$rk_cv_framework_security" = yes)
|
||||
|
||||
if test "$rk_cv_framework_security" = yes; then
|
||||
AC_NEED_PROTO([#include <Security/Security.h>],SecKeyGetCSPHandle)
|
||||
fi
|
||||
|
||||
])
|
||||
|
Reference in New Issue
Block a user