]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ejabberd/0003-remove-checking-erlang-version.patch
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / ejabberd / 0003-remove-checking-erlang-version.patch
1 From f384518dedec4ad657ad69d55754076c13c22d96 Mon Sep 17 00:00:00 2001
2 From: Johan Oudinet <johan.oudinet@gmail.com>
3 Date: Wed, 20 Jan 2016 08:11:32 -0500
4 Subject: [PATCH] remove checking erlang version
5
6 Without this patch, the configure will try to run erlang to simply check
7 if the version is supported by ejabberd. Instead, we do this test
8 statically.
9
10 Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
11 ---
12  configure.ac | 2 --
13  1 file changed, 2 deletions(-)
14
15 diff --git a/configure.ac b/configure.ac
16 index 97e89a2..cd1ab08 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -39,10 +39,8 @@ AC_ARG_ENABLE(erlang-version-check,
20         [Check Erlang/OTP version @<:@default=yes@:>@])])
21  case "$enable_erlang_version_check" in
22         yes|'')
23 -               ERLANG_VERSION_CHECK([$REQUIRE_ERLANG_MIN],[$REQUIRE_ERLANG_MAX])
24                 ;;
25         no)
26 -               ERLANG_VERSION_CHECK([$REQUIRE_ERLANG_MIN],[$REQUIRE_ERLANG_MAX],[warn])
27                 ;;
28  esac
29  
30 -- 
31 2.5.0
32