summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-05-09 15:54:56 +0000
committerSimon Josefsson <simon@josefsson.org>2007-05-09 15:54:56 +0000
commitb85ae604de4f1cc9218b750aca0de590d21bbd3f (patch)
tree77a1a5c9faf7cc2eb45834e7a521ca9ed3586b3c
parent11919acd6566c790dfa223f5239a4f7815c3b89e (diff)
downloadgnutls-b85ae604de4f1cc9218b750aca0de590d21bbd3f.tar.gz
Need #define too.
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9c3ffbd173..779aa9f893 100644
--- a/configure.in
+++ b/configure.in
@@ -486,6 +486,8 @@ if test "$scute" != "no"; then
AC_LIB_HAVE_LINKFLAGS(scute,,, [C_Initialize (0);])
if test "$ac_cv_libscute" != yes; then
AC_MSG_WARN(*** PKCS11 provider Scute not found, skipping gnutls-pkcs11.)
+ else
+ AC_DEFINE(HAVE_PKCS11_SCUTE, 1, [Use libgnutls-pkcs11.])
fi
else
AC_MSG_RESULT(no)