summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-06 22:07:53 +0100
committerAndras Timar <atimar@suse.com>2012-12-06 22:16:39 +0100
commitb8edade716c60d9d614f773da519ec1a7739a332 (patch)
treece9867291889fad997f6122b8aeac870371e8275 /configure.ac
parentd4d50693cf3f58ae04180443331b0b102179c509 (diff)
Numbertext 0.9.5 (Python 3 fixes)
Change-Id: Ic5d8f8a975861c63354d28f5043abb5ead29192b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index da662b676b89..b8b38a782333 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10713,7 +10713,7 @@ AC_MSG_CHECKING([for Numbertext extension integration])
NUMBERTEXT_EXTENSION_PACK=
if test "x$enable_ext_numbertext" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_NUMBERTEXT"
- NUMBERTEXT_EXTENSION_PACK="b8cbca7b3363e6ca2d02bc0ba2b63904-numbertext_0.9.4.oxt"
+ NUMBERTEXT_EXTENSION_PACK="b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else