diff options
author | Mickaël Rémond <mremond@process-one.net> | 2015-03-03 22:20:08 +0100 |
---|---|---|
committer | Mickaël Rémond <mremond@process-one.net> | 2015-03-03 22:20:08 +0100 |
commit | 8a99287374723766ac6c66cc3c4d028545332428 (patch) | |
tree | fed9b7c276691747b6812347be3f5c238d6a5496 /configure.ac | |
parent | Fix typo on state reuse (diff) | |
parent | Merge pull request #441 from mremond/test/#438/run-elixir-tests (diff) |
Merge branch 'master' of github.com:processone/ejabberd
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8715c86ba..edd65747a 100644 --- a/configure.ac +++ b/configure.ac @@ -235,6 +235,8 @@ if test "$ENABLEUSER" != ""; then AC_SUBST([INSTALLUSER], [$ENABLEUSER]) fi +ERLANG_DEPRECATED_TYPES_CHECK + AC_SUBST(hipe) AC_SUBST(roster_gateway_workaround) AC_SUBST(transient_supervisors) |