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:
Love Hörnquist Åstrand
2007-11-16 20:13:30 +00:00
parent 6c6a2829d7
commit 89a825f012

View File

@@ -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
])