[PATCH 2/2] Change --enable-java to --with-java
Wol
anthony at youngman.org.uk
Wed Nov 3 13:17:33 PDT 2010
---
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
--------------060709010907090302040103--
More information about the LibreOffice
mailing list