diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-24 18:32:31 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-24 18:34:51 +0100 |
commit | c497ae0ded79422ec54ff8677e8a7c36351a7aef (patch) | |
tree | c52185269729876bfa5af63041dd91e06ed83f58 /configure.in | |
parent | 2d8d1548f285501367db19c68dd0dcef0a4af4df (diff) |
upstream seamoney-is-iceape.diff from libreoffice/build
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2711e51c7acb..ffdb978f5bd9 100644 --- a/configure.in +++ b/configure.in @@ -1346,7 +1346,7 @@ AC_ARG_WITH(system-mozilla, [Use Mozilla already on system. Note that some 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, mozilla.]), + xulrunner, firefox, seamonkey, mozilla, iceape.]), WITH_SYSTEM_MOZILLA=$withval , WITH_SYSTEM_MOZILLA=no) @@ -5838,6 +5838,8 @@ if test -n "$with_system_mozilla" && test "$with_system_mozilla" != "no"; 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 |