summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-25 09:42:52 +0100
committerJens Geyer <jensg@apache.org>2021-03-17 20:42:29 +0100
commit2dcefadba853c9ad0ab5e908894213826ec3b43a (patch)
tree2b5f791d79d67538dbb7001673b43203fecea339 /configure.ac
parent62beb6751d3c70f8db8fed4a3bb76e4ff3765c22 (diff)
downloadthrift-2dcefadba853c9ad0ab5e908894213826ec3b43a.tar.gz
THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZE
Client: haxe Patch: Jens Geyer This closes #2349
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98327f43b..2d6d62ba2 100755
--- a/configure.ac
+++ b/configure.ac
@@ -467,7 +467,7 @@ AX_THRIFT_LIB(haxe, [Haxe], yes)
if test "$with_haxe" = "yes"; then
AC_PATH_PROG([HAXE], [haxe])
if [[ -x "$HAXE" ]] ; then
- AX_PROG_HAXE_VERSION( [3.1.3], have_haxe="yes", have_haxe="no")
+ AX_PROG_HAXE_VERSION( [4.2.1], have_haxe="yes", have_haxe="no")
fi
fi
AM_CONDITIONAL(WITH_HAXE, [test "$have_haxe" = "yes"])