aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-11-20 15:13:40 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-11-20 15:13:40 +0000
commitef043d3d788fa7e6597eb210fc398251b99daf6d (patch)
tree3d2aa9455b447dd2f754744a302678218216e10e /configure
parent6d544a18db369d8f89e817dfda72f96e04494077 (diff)
Fix up NSS SSL module.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
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<<EOF>>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