From bcca1d9d2bc9c7c26ed53210ab1aa5b5477a4a6e Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 26 Dec 2013 19:24:30 +0100 Subject: [PATCH] THRIFT-2300 D configure info output should follow same format as other languages Patch: David Nadlinger --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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," -- 2.17.1