THRIFT-1889 missing AC_CHECK_HEADERS([wchar.h])
authorRoger Meier <roger@apache.org>
Fri, 15 Mar 2013 18:49:23 +0000 (19:49 +0100)
committerRoger Meier <roger@apache.org>
Fri, 15 Mar 2013 18:49:23 +0000 (19:49 +0100)
Patch: Evan Nemerson

configure.ac

index 54979ef..372f2d1 100755 (executable)
@@ -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