From 875a6d9324d9953fee6d55c267b870b93387c56d Mon Sep 17 00:00:00 2001 From: Mostyn Bramley-Moore Date: Mon, 20 Apr 2015 09:50:15 +0200 Subject: configure --with-nss: remove unneeded libs from the fallback --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 527417cf4..e676ff392 100644 --- a/configure.ac +++ b/configure.ac @@ -2139,7 +2139,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then # Without pkg-config, we'll kludge in some defaults AC_MSG_WARN([Using hard-wired libraries and compilation flags for NSS.]) addld="-L$OPT_NSS/lib" - addlib="-lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl" + addlib="-lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4" addcflags="-I$OPT_NSS/include" version="unknown" nssprefix=$OPT_NSS -- cgit v1.2.3