From 9ba2231084fb788c66a3bbc16cab7c02f35b41a2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 8 Nov 2021 20:24:40 +0100 Subject: download.lst: define OPENSYMBOL variables like everything else No reason why the filename should be defined in configure? Remove unused NUMBERTEXT_EXTENSION_SHA256SUM. Change-Id: I3d3084e2052cb98ddbe2c1cf10691dcc5d716d19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124889 Tested-by: Jenkins Reviewed-by: Michael Stahl --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3cfcb7540e7f..c5b3a1ea116f 100644 --- a/configure.ac +++ b/configure.ac @@ -13124,10 +13124,8 @@ if test "$enable_build_opensymbol" = "yes"; then fi else AC_MSG_RESULT([no]) - OPENSYMBOL_TTF=f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf BUILD_TYPE="$BUILD_TYPE OPENSYMBOL" fi -AC_SUBST(OPENSYMBOL_TTF) AC_SUBST(FONTFORGE) dnl =================================================================== -- cgit