diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-04-24 19:20:32 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-04-26 10:08:30 +0200 |
commit | 437b3b9d4ffc1cfba3bcc9dff1a72fe2656e3b30 (patch) | |
tree | 213343a3ba923c05bdec209d11e2d64ca0b1e0ca /configure.ac | |
parent | 2739f18fa93733a128321255aa49ddbefde36314 (diff) |
Drop unused CT2N extension
It is not bundled by any downstream distributions
so it makes no much sense to keep it integrated here.
Change-Id: I80180e53e050b8b3cd1b173ef01b51e8d706f295
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133355
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f27b14676a4d..3d26c34ebe04 100644 --- a/configure.ac +++ b/configure.ac @@ -13239,7 +13239,6 @@ dnl There are standalone tests for each of these below. WITH_EXTRA_EXTENSIONS= AC_SUBST([WITH_EXTRA_EXTENSIONS]) -libo_CHECK_EXTENSION([ConvertTextToNumber],[CT2N],[ct2n],[ct2n],[]) libo_CHECK_EXTENSION([Numbertext],[NUMBERTEXT],[numbertext],[numbertext],[b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt]) if test "x$with_java" != "xno"; then libo_CHECK_EXTENSION([NLPSolver],[NLPSOLVER],[nlpsolver],[nlpsolver],[]) |