mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Remove support for HiPE, it was experimental and Erlang/OTP 24 removes it
This commit is contained in:
parent
1b155ed6e7
commit
c46bf7d56b
@ -127,14 +127,6 @@ if test "$ENABLEGROUP" != ""; then
|
|||||||
AC_SUBST([INSTALLGROUP], [$ENABLEGROUP])
|
AC_SUBST([INSTALLGROUP], [$ENABLEGROUP])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(hipe,
|
|
||||||
[AC_HELP_STRING([--enable-hipe], [compile natively with HiPE, not recommended (default: no)])],
|
|
||||||
[case "${enableval}" in
|
|
||||||
yes) hipe=true ;;
|
|
||||||
no) hipe=false ;;
|
|
||||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-hipe) ;;
|
|
||||||
esac],[hipe=false])
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(latest_deps,
|
AC_ARG_ENABLE(latest_deps,
|
||||||
[AC_HELP_STRING([--enable-latest-deps], [makes rebar use latest commits for dependencies instead of tagged versions (default: no)])],
|
[AC_HELP_STRING([--enable-latest-deps], [makes rebar use latest commits for dependencies instead of tagged versions (default: no)])],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
@ -295,7 +287,6 @@ for backend in odbc mysql pgsql sqlite redis mssql; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
AC_SUBST(hipe)
|
|
||||||
AC_SUBST(roster_gateway_workaround)
|
AC_SUBST(roster_gateway_workaround)
|
||||||
AC_SUBST(new_sql_schema)
|
AC_SUBST(new_sql_schema)
|
||||||
AC_SUBST(full_xml)
|
AC_SUBST(full_xml)
|
||||||
|
@ -104,7 +104,6 @@
|
|||||||
{if_var_false, debug, no_debug_info},
|
{if_var_false, debug, no_debug_info},
|
||||||
{if_var_true, debug, debug_info},
|
{if_var_true, debug, debug_info},
|
||||||
{if_var_true, elixir, {d, 'ELIXIR_ENABLED'}},
|
{if_var_true, elixir, {d, 'ELIXIR_ENABLED'}},
|
||||||
{if_var_true, hipe, native},
|
|
||||||
{if_var_true, new_sql_schema, {d, 'NEW_SQL_SCHEMA'}},
|
{if_var_true, new_sql_schema, {d, 'NEW_SQL_SCHEMA'}},
|
||||||
{if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}},
|
{if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}},
|
||||||
{if_var_true, sip, {d, 'SIP'}},
|
{if_var_true, sip, {d, 'SIP'}},
|
||||||
@ -115,8 +114,6 @@
|
|||||||
{if_var_true, tools, tools},
|
{if_var_true, tools, tools},
|
||||||
{if_var_true, elixir, include}]}]}.
|
{if_var_true, elixir, include}]}]}.
|
||||||
|
|
||||||
{deps_erl_opts, [{if_var_true, hipe, native}]}.
|
|
||||||
|
|
||||||
{if_rebar3, {plugins, [rebar3_hex, {provider_asn1, "0.2.0"}]}}.
|
{if_rebar3, {plugins, [rebar3_hex, {provider_asn1, "0.2.0"}]}}.
|
||||||
{if_rebar3, {project_plugins, [configure_deps]}}.
|
{if_rebar3, {project_plugins, [configure_deps]}}.
|
||||||
{if_not_rebar3, {plugins, [
|
{if_not_rebar3, {plugins, [
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
{full_xml, @full_xml@}.
|
{full_xml, @full_xml@}.
|
||||||
{db_type, @db_type@}.
|
{db_type, @db_type@}.
|
||||||
{debug, @debug@}.
|
{debug, @debug@}.
|
||||||
{hipe, @hipe@}.
|
|
||||||
{new_sql_schema, @new_sql_schema@}.
|
{new_sql_schema, @new_sql_schema@}.
|
||||||
|
|
||||||
%% Ad-hoc directories with source files
|
%% Ad-hoc directories with source files
|
||||||
|
Loading…
Reference in New Issue
Block a user