summaryrefslogtreecommitdiff
path: root/patches/dev300/seamonkey-is-iceape.diff
blob: 10fccb68d15d1cac71645703d6dc7b7067c0287e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.in-old	2008-05-03 23:27:00.000000000 +0200
+++ configure.in	2008-05-03 23:27:37.000000000 +0200
@@ -795,7 +795,7 @@
                           components cannot be built against a contemporary
                           mozilla. The flavour used can be specified by
                           --with-system-mozilla=<flavour>. Supported are:
-                          libxul (default), xulrunner, firefox, seamonkey,
+                          libxul (default), xulrunner, firefox, iceape,
                           mozilla
 ], WITH_SYSTEM_MOZILLA=$withval, WITH_SYSTEM_MOZILLA=no)

@@ -4134,8 +4134,8 @@
       MOZ_FLAVOUR=libxul
     elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "xulrunner"; then
       MOZ_FLAVOUR=xulrunner
-    elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "seamonkey"; then
-      MOZ_FLAVOUR=seamonkey
+    elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "iceape"; then
+      MOZ_FLAVOUR=iceape
     elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "firefox"; then
       MOZ_FLAVOUR=firefox
     elif test -n "$with_system_mozilla" && test "$with_system_mozilla" = "mozilla"; then