]> granicus.if.org Git - ejabberd/commitdiff
Update OTP version check by configure
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 27 Jul 2017 13:31:38 +0000 (15:31 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 27 Jul 2017 13:31:59 +0000 (15:31 +0200)
configure.ac

index 884db5d4efc7e17fbc841f5297f3c5e80c962deb..edf54722cb8d2a1be7e39600315dd6aa699e30bb 100644 (file)
@@ -3,8 +3,8 @@
 
 AC_PREREQ(2.53)
 AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 0.0` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
-REQUIRE_ERLANG_MIN="6.1 (Erlang/OTP 17.1)"
-REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
+REQUIRE_ERLANG_MIN="6.4 (Erlang/OTP 17.5)"
+REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
 
 AC_CONFIG_MACRO_DIR([m4])