From 5c2ecc8465102a702011c1b76e9cf1e08ff6a1c9 Mon Sep 17 00:00:00 2001 From: Yurii Kovalchuk Date: Wed, 16 Oct 2024 13:57:45 +0300 Subject: [PATCH] ATOR-PROTOCOL-100 - remove and --- configure.ac | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/configure.ac b/configure.ac index ca024676ee..99e56791b1 100644 --- a/configure.ac +++ b/configure.ac @@ -115,38 +115,6 @@ fi AC_SUBST(DOXYGEN_FATAL_WARNINGS) AC_SUBST(DOXYGEN_WARN_ON_MISSING) -dnl Enable minimal, standard Android build -AC_ARG_ENABLE(android, - AS_HELP_STRING(--enable-android, [setup build for Android exeutable/shared library])) - -if test "x$enable_android" = "xyes"; then - asciidoc=false - enable_html_manual=no - enable_manpage=no - enable_pic=yes - enable_system_torrc=no - enable_tool_name_check=no - have_systemd=no - - need_cross_compiling_host=no - if test "x$cross_compiling" != "xyes"; then - need_cross_compiling_host=yes - fi - case "$host" in - *-linux-android*) ;; - *) - need_cross_compiling_host=yes - ;; - esac - if test "x$need_cross_compiling_host" = "xyes"; then - AC_MSG_ERROR([ - - Android builds are cross-compiled, therefore require setting --host= which - can be derived from the NDK ABIs: https://developer.android.com/ndk/guides/abis - ]) - fi -fi - if test "x$enable_coverage" != "xyes" -a "x$enable_asserts_in_tests" = "xno" ; then AC_MSG_ERROR([Can't disable assertions outside of coverage build]) fi