summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-06-25 11:06:35 +0200
committerAndras Timar <atimar@suse.com>2012-06-29 15:56:36 +0200
commitd948ff0f3680390750c082e4875b6a860ad261d9 (patch)
tree80b22223aeb59b37ddaa987959862d0c1b7fffbf /configure.in
parentf5c45d91032d1f9e6783a15bd89c36a4a9841742 (diff)
Google Docs extension passive registration
Change-Id: I1ca4a35ccdc93b55fa84ca85cd4769a53545ca79
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 42d8c248e2c1..feca9cd197f4 100644
--- a/configure.in
+++ b/configure.in
@@ -10161,7 +10161,7 @@ AC_MSG_CHECKING([for Google Docs extension integration])
GOOGLE_DOCS_EXTENSION_PACK=
if test "x$enable_ext_google_docs" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_GOOGLE_DOCS"
- GOOGLE_DOCS_EXTENSION_PACK="cea0f63d5985ba4fcbd882031df44346-gdocs_3.0.0_modified.oxt"
+ GOOGLE_DOCS_EXTENSION_PACK="2a64b8e6f185a7f6c19d00fb8bb4cf64-gdocs_3.0.1_modified.oxt"
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])