994834e072
Downloaded from https://github.com/unicode-org/icu/releases/tag/release-75-1 Change-Id: I882c57bf5ab613dc71f7ae1c31305596e1ca791f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168750 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
11 lines
275 B
Diff
11 lines
275 B
Diff
--- source/configure.ac
|
|
+++ source/configure.ac
|
|
@@ -213,7 +213,7 @@
|
|
#AC_CHECK_PROG(STRIP, strip, strip, true)
|
|
|
|
# TODO(ICU-20301): Remove fallback to Python 2.
|
|
-AC_CHECK_PROGS(PYTHON, python3 "py -3" python "py")
|
|
+PYTHON=
|
|
AC_SUBST(PYTHON)
|
|
|
|
# Check for the platform make
|