From 4ffe76351eac93fa2f2632241544e10e80b2b11e Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Thu, 18 Apr 2019 17:27:46 +0300 Subject: THRIFT-4583: Switch to rebar3 Client: erl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5f25a5cf3..391cdb335 100755 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ AX_THRIFT_LIB(erlang, [Erlang], yes) if test "$with_erlang" = "yes"; then AC_ERLANG_PATH_ERL AC_ERLANG_PATH_ERLC - AC_PATH_PROG([REBAR], [rebar]) + AC_PATH_PROG([REBAR], [rebar3]) if test -n "$ERLC" ; then AC_ERLANG_SUBST_LIB_DIR # Install into the detected Erlang directory instead of $libdir/erlang/lib -- cgit v1.2.1