diff options
author | Karlson2k <k2k@narod.ru> | 2013-09-19 18:30:29 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-09-25 05:45:42 +0400 |
commit | e3138d4d166280677af9856bdd26b5c5d6f3f13c (patch) | |
tree | 59b1b4da3f36ff1d9fc1138fb3d2e9a100615e41 /configure.in | |
parent | 6d2989ceba881d9a44b32c0cbfa82a9dfa3316de (diff) |
CharsetConverter: add UTF-8 <-> UTF-32 and UTF-32 <-> wide conversion functions
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 4127c9ddb0..50bdf838ca 100644 --- a/configure.in +++ b/configure.in @@ -920,6 +920,7 @@ fi AC_LANG_PUSH([C++]) AC_CHECK_TYPES([std::u16string, std::u32string], [], [], [[#include <string>]]) AC_CHECK_TYPES([char16_t, char32_t]) +AC_CHECK_SIZEOF([wchar_t]) AC_LANG_POP([C++]) # Add top source directory for all builds so we can use config.h |