commit | 5c10fd8cb146181e1c835787167812fcf1cbf169 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Dec 30 16:15:57 2014 +0100 |
committer | Jens Geyer <jensg@apache.org> | Tue Dec 30 16:15:57 2014 +0100 |
tree | 068614995281d2a605593b90ce4556ee62df45e9 | |
parent | 3a3ba00b97ac6c69108c770c0e5204dbe767bb2c [diff] |
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