From: Jens Geyer Date: Thu, 26 Dec 2013 18:24:30 +0000 (+0100) Subject: THRIFT-2300 D configure info output should follow same format as other languages X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=bcca1d9d2bc9c7c26ed53210ab1aa5b5477a4a6e;p=common%2Fthrift.git THRIFT-2300 D configure info output should follow same format as other languages Patch: David Nadlinger --- diff --git a/configure.ac b/configure.ac index 9dd0e2da..6ce4aca7 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,"