summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2003-02-27 07:57:07 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2003-02-27 07:57:07 +0000
commit21450a0bed77f189257d2b1c8122155ca2e600c2 (patch)
tree617998e1b0355627e3e0c3fedc1510ee1d7c7c25 /configure.in
parent76d1757d24dce4716585ee54dae4d095cb8c3a13 (diff)
downloadxmlsec1-21450a0bed77f189257d2b1c8122155ca2e600c2.tar.gz
xmlsec1-21450a0bed77f189257d2b1c8122155ca2e600c2.tar.bz2
xmlsec1-21450a0bed77f189257d2b1c8122155ca2e600c2.zip
nss support: hmac and sha1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 98fec16f..ca69c0bd 100644
--- a/configure.in
+++ b/configure.in
@@ -265,7 +265,7 @@ NSS_PREFIX=""
NSS_CFLAGS=""
NSS_LIBS=""
NSS_LDADDS=""
-NSS_LIBS_LIST="-lsoftokn3 -lnss3 -lnspr4 -lplds4 -lplc4"
+NSS_LIBS_LIST="-lnss3 -lnspr4 -lplds4 -lplc4"
AC_MSG_CHECKING(for nss libraries >= $NSS_MIN_VERSION)
AC_ARG_WITH(nss, [ --with-nss=[PFX] nss location])
if test "$with_nss" = "no" ; then