From: Jake Farrell Date: Tue, 24 Jul 2012 17:28:24 +0000 (+0000) Subject: Thrift-1655: Configure still trying to use thrift_generators in output X-Git-Tag: 0.9.1~326 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=c9c972b3ee216c09331ee5c83b059983d79a2b90;p=common%2Fthrift.git Thrift-1655: Configure still trying to use thrift_generators in output Client: build Patch: Jake Farrell Remove thrift_generators line from configure.ac git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1365183 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.ac b/configure.ac index e595447d..208bc78a 100755 --- a/configure.ac +++ b/configure.ac @@ -615,8 +615,6 @@ AC_OUTPUT echo echo "$PACKAGE $VERSION" echo -echo "Building code generators ..... : $thrift_generators" -echo echo "Building C++ Library ......... : $have_cpp" echo "Building C (GLib) Library .... : $have_c_glib" echo "Building Java Library ........ : $have_java" @@ -629,6 +627,7 @@ echo "Building PHP Library ......... : $have_php" echo "Building Erlang Library ...... : $have_erlang" echo "Building Go Library .......... : $have_go" echo "Building D Library ........... : $have_d" + if test "$have_cpp" = "yes" ; then echo echo "C++ Library:"