ICU-22522 Revert "Add early check for AX_CHECK_COMPILE_FLAG".

This reverts commit 9f358ccb24.
This commit is contained in:
Fredrik Roubert 2023-11-29 18:15:30 +01:00 committed by Fredrik Roubert
parent d2a5638336
commit e48d2734c6

View file

@ -199,8 +199,6 @@ fi
#AC_CHECK_PROG(AUTOCONF, autoconf, autoconf, true)
#AC_CHECK_PROG(STRIP, strip, strip, true)
m4_ifndef([AX_CHECK_COMPILE_FLAG], [AC_MSG_ERROR(['autoconf-archive' is missing])])
# TODO(ICU-20301): Remove fallback to Python 2.
AC_CHECK_PROGS(PYTHON, python3 "py -3" python "py")
AC_SUBST(PYTHON)