[Libreoffice-commits] .: configure.in
Andras Timar
timar at kemper.freedesktop.org
Thu Aug 25 08:55:24 PDT 2011
configure.in | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit a8393837d79f0ef9a6975e876d05154b9a4c8c94
Author: Andras Timar <atimar at suse.com>
Date: Thu Aug 25 17:55:08 2011 +0200
add --enable-ext-languagetool configure switch
diff --git a/configure.in b/configure.in
index 9d40041..2f4b44b 100755
--- a/configure.in
+++ b/configure.in
@@ -32,6 +32,11 @@ AC_ARG_ENABLE(ext-hunart,
[Enables the Hungarian Cross-reference Toolbar extension.]),
,)
+AC_ARG_ENABLE(ext-languagetool,
+ AS_HELP_STRING([--enable-ext-languagetool],
+ [Enables the LanguageTool extension.]),
+,)
+
AC_ARG_ENABLE(ext-lightproof,
AS_HELP_STRING([--enable-ext-lightproof],
[Enables the Lightproof extension.]),
@@ -7917,7 +7922,7 @@ dnl ===================================================================
dnl Test whether to include LanguageTool extension
dnl ===================================================================
AC_MSG_CHECKING([for LanguageTool extension integration])
-if test "z$with_languagetool" = "z" -o "z$with_languagetool" = "zno" ; then
+if test "z$enable_ext_languagetool" = "z" -o "z$enable_ext_languagetool" = "zno" ; then
AC_MSG_RESULT([no])
else
AC_MSG_RESULT([yes])
More information about the Libreoffice-commits
mailing list