[Libreoffice-commits] .: configure.in
Kalman "" Szalai
kami911 at kemper.freedesktop.org
Sun Aug 7 11:35:26 PDT 2011
configure.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit a29bc6b687243f25ac910aee0a5865e4116af22e
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date: Sun Aug 7 20:04:15 2011 +0200
Update Diagram extension to SmART Gallery
* SmART Gallery is the new version of Diagram extension (aka. Diagram 2)
diff --git a/configure.in b/configure.in
index bf35d5d..c982a31 100755
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ AC_ARG_ENABLE(ext-barcode,
AC_ARG_ENABLE(ext-diagram,
AS_HELP_STRING([--enable-ext-diagram],
- [Enables the Diagram extension.]),
+ [Enables the SmART Gallery (Diagram) extension.]),
,)
AC_ARG_ENABLE(ext-google-docs,
@@ -7649,16 +7649,16 @@ fi
AC_SUBST(WATCH_WINDOW_EXTENSION_PACK)
dnl ===================================================================
-dnl Test whether to include Diagram extension
+dnl Test whether to include SmART Gallery (Diagram) extension
dnl ===================================================================
-AC_MSG_CHECKING([for Diagram extension integration])
+AC_MSG_CHECKING([for SmART Gallery (Diagram) extension integration])
if test "z$enable_ext_diagram" = "z" -o "z$enable_ext_diagram" = "zno" ; then
AC_MSG_RESULT([no])
DIAGRAM_EXTENSION_PACK=""
else
AC_MSG_RESULT([yes])
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_DIAGRAM"
- DIAGRAM_EXTENSION_PACK="41c9b65ad60af4b3255bbecdfef11736-Diagram_1.1.0.0.oxt"
+ DIAGRAM_EXTENSION_PACK="4a433efb6d385264ebc1d5513782d51c-SmART_0.9.4.oxt"
fi
AC_SUBST(DIAGRAM_EXTENSION_PACK)
More information about the Libreoffice-commits
mailing list