[Libreoffice-commits] .: Branch 'libreoffice-3-3' - 2 commits - configure.in set_soenv.in
René Engelhard
rene at kemper.freedesktop.org
Fri Dec 17 11:04:33 PST 2010
configure.in | 2 +-
set_soenv.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 515f5254bffe8a0580f3d92941977766f4e6da4c
Author: Rene Engelhard <rene at debian.org>
Date: Fri Dec 17 20:04:07 2010 +0100
actually add WITH_HELPPACK_INTEGRATION to set_soenv.in
diff --git a/set_soenv.in b/set_soenv.in
index 9c3f271..6e51c4f 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1690,6 +1690,7 @@ ToFile( "ENABLE_REPORTBUILDER","@ENABLE_REPORTBUILDER@","e" );
ToFile( "ENABLE_UNIX_QUICKSTARTER", "@ENABLE_UNIX_QUICKSTARTER@", "e" );
ToFile( "SYSTEM_JFREEREPORT","@SYSTEM_JFREEREPORT@","e" );
ToFile( "WITH_THEMES", "@WITH_THEMES@", "e");
+ToFile( "WITH_HELPPACK_INTEGRATION", "@WITH_HELPPACK_INTEGRATION@", "e");
ToFile( "WITH_EXTENSION_INTEGRATION", "@WITH_EXTENSION_INTEGRATION@", "e");
ToFile( "OOO_JUNIT_JAR", "@OOO_JUNIT_JAR@", "e" );
ToFile( "SAC_JAR", "@SAC_JAR@", "e" );
commit d148479bd52a6a9e196c41189c0f17092f556634
Author: Rene Engelhard <rene at debian.org>
Date: Fri Dec 17 20:03:34 2010 +0100
s/HELLPACK/HELPPACK/
diff --git a/configure.in b/configure.in
index 59524a7..37514b5 100644
--- a/configure.in
+++ b/configure.in
@@ -7132,7 +7132,7 @@ if test "z$with_helppack_integration" = "z" -o "z$with_helppack_integration" = "
AC_MSG_RESULT([no integration])
else
WITH_HELPPACK_INTEGRATION=YES
- SCPDEFS="$SCPDEFS -DWITH_HELLPACK_INTEGRATION"
+ SCPDEFS="$SCPDEFS -DWITH_HELPPACK_INTEGRATION"
AC_MSG_RESULT([integration])
fi
AC_SUBST(WITH_HELPPACK_INTEGRATION)
More information about the Libreoffice-commits
mailing list