]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice.org-seamonkey.diff
- fail; testing builders
[packages/libreoffice.git] / openoffice.org-seamonkey.diff
CommitLineData
75723348
JB
1--- config_office/configure.in.orig 2006-11-03 15:25:09.000000000 +0100
2+++ config_office/configure.in 2006-12-23 19:18:45.261353656 +0100
3@@ -52,6 +52,10 @@
4 [ --with-firefox Use Firefox instead of Mozilla Suite for building.
5 Only honoured with --with-system-mozilla
6 ],,)
7+AC_ARG_WITH(seamonkey,
8+[ --with-seamonkey Use Seamonkey instead of Mozilla Suite for building.
9+ Only honoured with --with-system-mozilla
10+],,)
11 AC_ARG_WITH(xulrunner,
12 [ --with-xulrunner Use XULRunner instead of Mozilla Suite for building.
13 Only honoured with --with-system-mozilla
14@@ -3328,6 +3332,8 @@
15 AC_MSG_CHECKING([which Mozilla flavour to use])
16 if test -n "$with_firefox" && test "$with_firefox" != "no"; then
17 MOZ_FLAVOUR=firefox
18+ elif test -n "$with_seamonkey" && test "$with_seamonkey" != "no"; then
19+ MOZ_FLAVOUR=seamonkey
20 elif test -n "$with_xulrunner" && test "$with_xulrunner" != "no"; then
21 MOZ_FLAVOUR=xulrunner
22 else
This page took 0.045514 seconds and 4 git commands to generate.