You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2012/07/24 19:28:24 UTC

svn commit: r1365183 - /thrift/trunk/configure.ac

Author: jfarrell
Date: Tue Jul 24 17:28:24 2012
New Revision: 1365183

URL: http://svn.apache.org/viewvc?rev=1365183&view=rev
Log:
Thrift-1655: Configure still trying to use thrift_generators in output
Client: build
Patch: Jake Farrell

Remove thrift_generators line from configure.ac


Modified:
    thrift/trunk/configure.ac

Modified: thrift/trunk/configure.ac
URL: http://svn.apache.org/viewvc/thrift/trunk/configure.ac?rev=1365183&r1=1365182&r2=1365183&view=diff
==============================================================================
--- thrift/trunk/configure.ac (original)
+++ thrift/trunk/configure.ac Tue Jul 24 17:28:24 2012
@@ -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 ......... : $
 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:"