commit | 7679196f1cb6a4b919917aeab065ca86b9b8ad91 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | 周三 3月 14 02:47:35 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | 周三 3月 14 02:47:35 2007 +0000 |
tree | 432f2d4425bcc5e627261ef459cf34b6b32ba57e | |
parent | 0c2dff3f5a69726e98636c091454b9b5e3ab8898 [diff] [blame] |
Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. Reviewed By: thrift git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665058 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/configure.ac b/compiler/cpp/configure.ac index 5408146..f6aa0f5 100644 --- a/compiler/cpp/configure.ac +++ b/compiler/cpp/configure.ac
@@ -44,4 +44,6 @@ AC_PROG_LIBTOOL +AC_PROG_MAKE_SET + AC_OUTPUT(Makefile)