Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-02-11 14:08:16 +0300
committerChristophe Romain <christophe.romain@process-one.net>2015-02-23 11:58:00 +0300
commit0c0947a24166bc2660fcc6dbc8d5a49d9a3a99a5 (patch)
tree1cfcc291ff1e30e0e3c1a359b0d994728f536f55 /configure.ac
parentd8b048663d7bd7f9549129a751d382073a9f7af0 (diff)
Add compatibility macros for deprecated types (thanks to Alexey)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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)