THRIFT-646. erlang: Fix build on machines without Erlang
authorDavid Reiss <dreiss@apache.org>
Tue, 24 Aug 2010 20:45:24 +0000 (20:45 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 24 Aug 2010 20:45:24 +0000 (20:45 +0000)
commit31e1b6e98806ffe793421ec9543717c4e6c9188d
tree1dc0a1224714cd59d7ea72e9b0695825e6bb2af1
parent66467a7779b980bf8e338ab3e9407fea64a6743f
THRIFT-646. erlang: Fix build on machines without Erlang

AC_ERLANG_SUBST_LIB_DIR aborts configure if erlc cannot be found.  Just
skip that and all of the other install stuff if we don't have Erlang.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@988720 13f79535-47bb-0310-9956-ffa450edef68
configure.ac