Add-on-patch for THRIFT-2922 ($TRIAL used but not tested accordingly)
Client: Python
Patch: Jens Geyer

Simply added $TRIAL to configure output. Note that the actual issue is still unsolved.
diff --git a/configure.ac b/configure.ac
index 7e58726..54eb1e4 100755
--- a/configure.ac
+++ b/configure.ac
@@ -765,6 +765,7 @@
   echo
   echo "Python Library:"
   echo "   Using Python .............. : $PYTHON"
+  echo "   Using Trial ............... : $TRIAL"
 fi
 if test "$have_php" = "yes" ; then
   echo