From c9c972b3ee216c09331ee5c83b059983d79a2b90 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Tue, 24 Jul 2012 17:28:24 +0000 Subject: [PATCH] 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 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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:" -- 2.17.1