You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2013/03/15 19:50:31 UTC

git commit: THRIFT-1889 missing AC_CHECK_HEADERS([wchar.h]) Patch: Evan Nemerson

Updated Branches:
  refs/heads/master 19251ad24 -> 9357636f6


THRIFT-1889 missing AC_CHECK_HEADERS([wchar.h])
Patch: Evan Nemerson


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/9357636f
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/9357636f
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/9357636f

Branch: refs/heads/master
Commit: 9357636f65165129ad3f541317597dd961f77265
Parents: 19251ad
Author: Roger Meier <ro...@apache.org>
Authored: Fri Mar 15 19:49:23 2013 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Fri Mar 15 19:49:23 2013 +0100

----------------------------------------------------------------------
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/9357636f/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 54979ef..372f2d1 100755
--- a/configure.ac
+++ b/configure.ac
@@ -435,6 +435,7 @@ AC_CHECK_HEADERS([openssl/ssl.h])
 AC_CHECK_HEADERS([openssl/rand.h])
 AC_CHECK_HEADERS([openssl/x509v3.h])
 AC_CHECK_HEADERS([sched.h])
+AC_CHECK_HEADERS([wchar.h])
 
 AC_CHECK_LIB(pthread, pthread_create)
 dnl NOTE(dreiss): I haven't been able to find any really solid docs