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
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"
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:"