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 e595447..208bc78 100755
--- a/configure.ac
+++ b/configure.ac
@@ -615,8 +615,6 @@
 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 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:"