summaryrefslogtreecommitdiff
path: root/libre/iceweasel/no-crmf.patch
blob: 9d4e5f17f46352d871bb418255fa868a8a8587b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git i/old-configure.in w/old-configure.in
index 0a06e470d2085922..d41c8e9d5dd2dbfb 100644
--- i/old-configure.in
+++ w/old-configure.in
@@ -1906,9 +1906,7 @@ if test -n "$_USE_SYSTEM_NSS"; then
     AM_PATH_NSS(3.33, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
 fi
 
-if test -n "$MOZ_SYSTEM_NSS"; then
-   NSS_LIBS="$NSS_LIBS -lcrmf"
-else
+if test -z "$MOZ_SYSTEM_NSS"; then
    NSS_CFLAGS="-I${DIST}/include/nss"
    case "${OS_ARCH}" in
         # Only few platforms have been tested with GYP