mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-02 04:50:01 +00:00

Downloaded from https://github.com/unicode-org/icu/releases/tag/release-77-1 Change-Id: I05060c281b70ad7e9733268796b695d1cf4ea30a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175841 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins
12 lines
236 B
Diff
12 lines
236 B
Diff
--- source/configure.ac
|
|
+++ source/configure.ac
|
|
@@ -195,7 +195,7 @@
|
|
fi
|
|
|
|
# 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
|