summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-03-08 14:52:49 +0100
committerBadlop <badlop@process-one.net>2021-03-08 16:33:16 +0100
commitc46bf7d56bcab3d5ed76dd2957f20b302a138e9b (patch)
treeabeba03ff60c6737bb8f7e5bd51d0509697cd07a /configure.ac
parentAdd --enable-lua, and use that for luerl instead of --enable-tools (#3508) (diff)
Remove support for HiPE, it was experimental and Erlang/OTP 24 removes it
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index faeb6714..4dd19c12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,14 +127,6 @@ if test "$ENABLEGROUP" != ""; then
AC_SUBST([INSTALLGROUP], [$ENABLEGROUP])
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_HELP_STRING([--enable-latest-deps], [makes rebar use latest commits for dependencies instead of tagged versions (default: no)])],
[case "${enableval}" in
@@ -295,7 +287,6 @@ for backend in odbc mysql pgsql sqlite redis mssql; do
fi
done
-AC_SUBST(hipe)
AC_SUBST(roster_gateway_workaround)
AC_SUBST(new_sql_schema)
AC_SUBST(full_xml)