1From c1c980a95d85bcaf8802524d6148783522b300d7 Mon Sep 17 00:00:00 2001 2From: Yulong Pei <Yulong.pei@windriver.com> 3Date: Wed, 21 Jul 2010 22:33:43 +0800 4Subject: [PATCH] change finding path of nss and nspr 5 6Upstream-Status: Pending 7 8Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> 9Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> 10Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 11--- 12 configure.ac | 20 ++++++++++---------- 13 1 file changed, 10 insertions(+), 10 deletions(-) 14 15diff --git a/configure.ac b/configure.ac 16index 951b3eb..1fdeb0f 100644 17--- a/configure.ac 18+++ b/configure.ac 19@@ -866,7 +866,7 @@ MOZILLA_MIN_VERSION="1.4" 20 NSPR_INCLUDE_MARKER="nspr/nspr.h" 21 NSPR_LIB_MARKER="libnspr4$shrext" 22 NSPR_LIBS_LIST="-lnspr4 -lplds4 -lplc4" 23-NSS_INCLUDE_MARKER="nss/nss.h" 24+NSS_INCLUDE_MARKER="nss3/nss.h" 25 NSS_LIB_MARKER="libnss3$shrext" 26 NSS_LIBS_LIST="-lnss3 -lsmime3" 27 28