Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
19251ad
)
THRIFT-1889 missing AC_CHECK_HEADERS([wchar.h])
author
Roger Meier
<roger@apache.org>
Fri, 15 Mar 2013 18:49:23 +0000
(19:49 +0100)
committer
Roger Meier
<roger@apache.org>
Fri, 15 Mar 2013 18:49:23 +0000
(19:49 +0100)
Patch: Evan Nemerson
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
54979ef
..
372f2d1
100755
(executable)
--- 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