summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2012-07-24 17:28:24 +0000
committerJake Farrell <jfarrell@apache.org>2012-07-24 17:28:24 +0000
commitc9c972b3ee216c09331ee5c83b059983d79a2b90 (patch)
tree7b1653bb7982b590397826d6f0a6c7003098d2c9 /configure.ac
parent908d2f78394a609dc2b015d5519689d1f88951b4 (diff)
downloadthrift-c9c972b3ee216c09331ee5c83b059983d79a2b90.tar.gz
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
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e595447df..208bc78a8 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:"