Updated Branches: refs/heads/master 1fb684747 -> bcca1d9d2
THRIFT-2300 D configure info output should follow same format as other languages Patch: David Nadlinger Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/bcca1d9d Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/bcca1d9d Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/bcca1d9d Branch: refs/heads/master Commit: bcca1d9d2bc9c7c26ed53210ab1aa5b5477a4a6e Parents: 1fb6847 Author: Jens Geyer <[email protected]> Authored: Thu Dec 26 19:24:30 2013 +0100 Committer: Jens Geyer <[email protected]> Committed: Thu Dec 26 19:24:30 2013 +0100 ---------------------------------------------------------------------- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/bcca1d9d/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 9dd0e2d..6ce4aca 100755 --- a/configure.ac +++ b/configure.ac @@ -678,9 +678,10 @@ if test "$have_go" = "yes" ; then fi if test "$have_d" = "yes" ; then echo - echo "Using D Compiler ............. : $DMD" - echo "Building D libevent tests .... : $with_d_event_tests" - echo "Building D SSL tests ......... : $with_d_ssl_tests" + echo "D Library:" + echo " Using D Compiler .......... : $DMD" + echo " Building D libevent tests . : $with_d_event_tests" + echo " Building D SSL tests ...... : $with_d_ssl_tests" fi echo echo "If something is missing that you think should be present,"
