From c497ae0ded79422ec54ff8677e8a7c36351a7aef Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 24 Nov 2011 18:32:31 +0100 Subject: upstream seamoney-is-iceape.diff from libreoffice/build --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') 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=. 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 -- cgit