summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-config_office+configure.in
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-04-04 08:42:19 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-04-04 08:42:19 +0000
commit67ede1bc58b4159bbe69eaf77e12f25aa24378d6 (patch)
tree625a5d786e86e1970e646cfe7800baa0e2658752 /editors/openoffice.org-2-RC/files/patch-config_office+configure.in
parentFix a small grammar nit in the description. (diff)
Remove USE_LINUXJDK and simplify set_soenv even more. Use native threads
instead of green threads.
Notes
Notes: svn path=/head/; revision=78152
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-config_office+configure.in')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-config_office+configure.in34
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-config_office+configure.in b/editors/openoffice.org-2-RC/files/patch-config_office+configure.in
index a45332fcbec0..e883fc540de6 100644
--- a/editors/openoffice.org-2-RC/files/patch-config_office+configure.in
+++ b/editors/openoffice.org-2-RC/files/patch-config_office+configure.in
@@ -1,18 +1,5 @@
--- configure.in.orig Thu Feb 20 15:49:32 2003
+++ configure.in Wed Mar 5 21:22:34 2003
-@@ -95,6 +95,12 @@
-
- Usage: --enable-macos9
- ],,)
-+AC_ARG_ENABLE(linuxjdk,
-+[ --enable-linuxjdk Use this option option if you like to use
-+ the linux-jdk instead of the native jdk.
-+
-+ Usage: --enable-linuxjdk
-+],,)
- AC_ARG_WITH(lang,
- [ --with-lang Use this option to build OpenOffice.org with
- additional language support. US English is always
@@ -556,8 +562,19 @@
fi
@@ -43,24 +30,3 @@
dnl ===================================================================
dnl Extra checking for the SUN OS compiler
-@@ -1232,7 +1249,11 @@
- if test -n "$enable_debug"; then
- ENABLE_DEBUG="TRUE"
- else
-- ENABLE_DEBUG="FALSE"
-+fi
-+if test -n "$enable_linuxjdk"; then
-+ USE_LINUXJDK="TRUE"
-+else
-+ USE_LINUXJDK="FALSE"
- fi
-
- dnl ===================================================================
-@@ -1278,6 +1299,7 @@
- AC_SUBST(PTHREAD_CFLAGS)
- AC_SUBST(PTHREAD_LIBS)
- AC_SUBST(ENABLE_DEBUG)
-+AC_SUBST(USE_LINUXJDK)
-
- AC_OUTPUT([set_soenv])
-