aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-12-14 22:09:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-12-14 22:09:15 +0000
commit20695098c82cbfd89db042de017324fd418c6519 (patch)
treef253520a2fc2159b7645f8a2786980a1fbda9135 /configure.ac
parentee52ae001cfc37017c9b969fcf5e990d899f7308 (diff)
remove mistaken "-d" from here
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 26d938046..c8a4ed3c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1531,7 +1531,7 @@ if test "$OPENSSL_ENABLED" != "1" -a "$GNUTLS_ENABLED" != "1"; then
dnl Check for functionPK11_CreateGenericObject
dnl this is needed for using the PEM PKCS#11 module
- AC_CHECK_LIB(nss3, PK11_CreateGenericObject-d,
+ AC_CHECK_LIB(nss3, PK11_CreateGenericObject,
[
AC_DEFINE(HAVE_PK11_CREATEGENERICOBJECT, 1, [if you have the function PK11_CreateGenericObject])
AC_SUBST(HAVE_PK11_CREATEGENERICOBJECT, [1])