Skip to content

Commit

Permalink
ATOR-PROTOCOL-100 - remove and
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Oct 16, 2024
1 parent ff9ceb9 commit 5c2ecc8
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c2ecc8

Please sign in to comment.