Resubmitting :-) now we've split the release and dev versions. It just
does a clean rename of the option. As I said last time, I can't find any
other reference to enable-java, but loads of references to with-java.

Cheers,
Wol


>From 67d623baf2222651958070cbc7de3773b6a77ca7 Mon Sep 17 00:00:00 2001
From: Wol <anth...@youngman.org.uk>
Date: Wed, 3 Nov 2010 20:17:33 +0000
Subject: [PATCH 2/2] Change --enable-java to --with-java

---
 configure.in |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/configure.in b/configure.in
index 0ec66b7..e0a0d41 100755
--- a/configure.in
+++ b/configure.in
@@ -132,12 +132,6 @@ AC_ARG_ENABLE(tests,
   --enable-tests          Enables the execution of the tests.],
 ,)
 
-# This is here only to make --help work nicely:
-# Shouldn't this be a --enabe-java or AC_ARG_WITH instead?
-AC_ARG_ENABLE(java,
-[
-  --with-java             Build LibO with a JDK & Java support.],
-,)
 
 # Optional Packages:
 AC_ARG_WITH(additional-sections,
@@ -295,6 +289,11 @@ AC_ARG_WITH(internal-gcc,
                           binutils 2.18).],
 ,)
 
+AC_ARG_WITH(java,
+[
+  --with-java             Build LibO with a JDK & Java support.],
+,)
+
 AC_ARG_WITH(lang,
 [
   --with-lang             Define the localizations to build. The English one is
-- 
1.7.2.2

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to