mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
initialise wide string properly
This commit is contained in:
parent
8a4b5403f7
commit
7ce89d4a24
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ AC_DEFUN([ARABICA_HAS_STD_WSTRING],
|
|||
[
|
||||
AC_MSG_CHECKING([for std::wstring support])
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <iostream>]],
|
||||
[[std::wcout << std::wstring("test");]])],
|
||||
[[std::wcout << std::wstring(L"test");]])],
|
||||
[AS_VAR_SET(wchar_t_available, yes)],
|
||||
[AS_VAR_SET(wchar_t_available, no)])
|
||||
AC_MSG_RESULT($wchar_t_available)
|
||||
|
|
Loading…
Add table
Reference in a new issue