File: 20_xulrunner.patch

package info (click to toggle)
evolution 2.6.3-6etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 79,516 kB
  • ctags: 32,159
  • sloc: ansic: 295,007; xml: 10,755; sh: 9,373; makefile: 3,756; perl: 1,591
file content (32 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff -ru evolution-2.6.2.orig/configure.in evolution-2.6.2/configure.in
--- evolution-2.6.2.orig/configure.in	2006-05-29 15:35:02.000000000 +0200
+++ evolution-2.6.2/configure.in	2006-05-30 20:49:38.000000000 +0200
@@ -736,7 +736,7 @@
 	
 	if test "x${check_manually}" = "xno"; then
 		AC_MSG_CHECKING(Mozilla NSPR pkg-config module name)
-		mozilla_nspr_pcs="nspr mozilla-nspr firefox-nspr"
+		mozilla_nspr_pcs="nspr mozilla-nspr firefox-nspr xulrunner-nspr"
 		for pc in $mozilla_nspr_pcs; do
 			if $PKG_CONFIG --exists $pc; then
 				AC_MSG_RESULT($pc)
@@ -746,7 +746,7 @@
 		done
 		
 		AC_MSG_CHECKING(Mozilla NSS pkg-config module name)
-		mozilla_nss_pcs="nss mozilla-nss firefox-nss"
+		mozilla_nss_pcs="nss mozilla-nss firefox-nss xulrunner-nss"
 		for pc in $mozilla_nss_pcs; do
 			if $PKG_CONFIG --exists $pc; then
 				AC_MSG_RESULT($pc)
@@ -770,8 +770,8 @@
 			MANUAL_NSS_LIBS=""
 		else
 			check_manually="yes"
-			mozilla_nspr=""
-			mozilla_nss=""
+			mozilla_nspr="xulrunner-nspr"
+			mozilla_nss="xulrunner-nss"
 		fi
 	fi