[Libreoffice-commits] .: Branch 'libreoffice-3-3' - configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Fri Dec 17 14:09:48 PST 2010
configure.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e03a4dcfcb69742beee316a48ce4cdd6df47ea93
Author: Petr Mladek <pmladek at suse.cz>
Date: Fri Dec 17 23:09:16 2010 +0100
Integrate help by default
diff --git a/configure.in b/configure.in
index 37514b5..266f7e3 100644
--- a/configure.in
+++ b/configure.in
@@ -512,9 +512,9 @@ AC_ARG_WITH(extension-integration,
AC_ARG_WITH(helppack-integration,
[
- --with-helppack-integration It will integrate the helppacks to the installer
+ --without-helppack-integration It will not integrate the helppacks to the installer
of the product.
- Please use this switch to include any helppack.],
+ Please use this switch to use the online help or separate help packages.],
,)
AC_ARG_WITH(fonts,
@@ -7127,7 +7127,7 @@ dnl ===================================================================
dnl Test whether to integrate helppacks into the product's installer
dnl ===================================================================
AC_MSG_CHECKING([for helppack integration])
-if test "z$with_helppack_integration" = "z" -o "z$with_helppack_integration" = "zno" ; then
+if test "z$with_helppack_integration" = "zno" ; then
WITH_HELPPACK_INTEGRATION=NO
AC_MSG_RESULT([no integration])
else
More information about the Libreoffice-commits
mailing list