THRIFT-2300 D configure info output should follow same format as other languages
authorJens Geyer <jensg@apache.org>
Thu, 26 Dec 2013 18:24:30 +0000 (19:24 +0100)
committerJens Geyer <jensg@apache.org>
Thu, 26 Dec 2013 18:24:30 +0000 (19:24 +0100)
Patch: David Nadlinger

configure.ac

index 9dd0e2d..6ce4aca 100755 (executable)
@@ -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,"