aboutsummaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in
index bd60b8e..c5bf4c4 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -134,6 +134,7 @@ openssl)
nss)
CRYPTO_IMPL_CFLAGS=`pkg-config --cflags nss`
CRYPTO_IMPL_LIBS="-lnss3 $(pkg-config --libs nss-util)"
+ AC_DEFINE(CRYPTO_IMPL_NSS,1,[Define if crypto implementation is NSS])
;;
*)
AC_MSG_ERROR([Unknown crypto implementation $withval])