diff options
author | Sergey Yelin <elinsn@gmail.com> | 2019-04-18 17:27:46 +0300 |
---|---|---|
committer | James E. King III <jking@apache.org> | 2019-05-13 06:52:19 -0400 |
commit | 4ffe76351eac93fa2f2632241544e10e80b2b11e (patch) | |
tree | 78d63c5fead99d64b468134c85d68909b619eb5e /configure.ac | |
parent | b808a11559644cc385fe403a06ef8c626149b9b1 (diff) | |
download | thrift-4ffe76351eac93fa2f2632241544e10e80b2b11e.tar.gz |
THRIFT-4583: Switch to rebar3
Client: erl
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |