summaryrefslogtreecommitdiff
path: root/config_office/configure.in
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-02-19 11:37:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-02-19 11:37:37 +0000
commite475e35b4e9fefe208b7399666cc7511b82e259a (patch)
treec25f6d702a08a0ea124fc98f9a8fcf7352d684c2 /config_office/configure.in
parent978b29543311992a942963e78e0951bd005e2c1d (diff)
INTEGRATION: CWS cmcfixes42 (1.248.12); FILE MERGED
2008/02/19 10:35:50 cmc 1.248.12.1: #ii86224# remove misleading help text
Diffstat (limited to 'config_office/configure.in')
-rw-r--r--config_office/configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index 55e23acac68a..eeddc474714d 100644
--- a/config_office/configure.in
+++ b/config_office/configure.in
@@ -3,7 +3,7 @@ dnl * vi:set sw=3 ts=3 et:
dnl *
dnl * Name: configure.in
dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
-dnl * Date: $Date: 2008-01-31 09:58:39 $
+dnl * Date: $Date: 2008-02-19 12:37:37 $
dnl *
dnl * Desc: This file serves as input for the GNU autoconf package
dnl * in order to create a configure script.
@@ -12,7 +12,7 @@ dnl * necessary to build OpenOffice.org
dnl *
dnl *
dnl ******************************************************************/
-AC_REVISION( $Revision: 1.248 $ )
+AC_REVISION( $Revision: 1.249 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -498,8 +498,7 @@ AC_ARG_WITH(java,
[ --with-java Build with[[out]] Java support. If you use
--without-java/--with-java=no then the build will have
no support for Java components, applets, accessibility
- or XML filters. Use --with-java=gij to enable gij/gcj
- as java/javac replacements
+ or XML filters.
], if test "$withval" = "yes"; then WITH_JAVA=java; else WITH_JAVA=$withval; fi, WITH_JAVA=java)
AC_ARG_ENABLE(gcjaot,
[ --enable-gcjaot Build with[[out]] using Ahead of Time java compilation