From: Daniel Stenberg Date: Fri, 14 Dec 2007 22:09:15 +0000 (+0000) Subject: remove mistaken "-d" from here X-Git-Tag: upstream/7.37.1~8292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20695098c82cbfd89db042de017324fd418c6519;p=platform%2Fupstream%2Fcurl.git remove mistaken "-d" from here --- diff --git a/configure.ac b/configure.ac index 26d9380..c8a4ed3 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])