From ef043d3d788fa7e6597eb210fc398251b99daf6d Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 20 Nov 2010 15:13:40 +0000 Subject: Fix up NSS SSL module. --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c01db915..eeadcb85 100755 --- a/configure +++ b/configure @@ -288,10 +288,10 @@ EOF detect_nss() { - if $PKG_CONFIG --version > /dev/null 2>/dev/null && $PKG_CONFIG mozilla-nss; then + if $PKG_CONFIG --version > /dev/null 2>/dev/null && $PKG_CONFIG nss; then cat<>Makefile.settings -EFLAGS+=`$PKG_CONFIG --libs mozilla-nss` -CFLAGS+=`$PKG_CONFIG --cflags mozilla-nss` +EFLAGS+=`$PKG_CONFIG --libs nss` +CFLAGS+=`$PKG_CONFIG --cflags nss` EOF ssl=nss -- cgit v1.2.3