]> git.saurik.com Git - wxWidgets.git/commit
Give an error from configure if wchar_t is not available.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 2010 14:18:50 +0000 (14:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 2010 14:18:50 +0000 (14:18 +0000)
commit869704349c23528fa6e27254fe09d787bc42f38b
tree0487873047825be1cbabdfb1a736e6f183cdaf4d
parent3013861102292eb82391e361bee1dc090783c653
Give an error from configure if wchar_t is not available.

wxWidgets 2.9 doesn't support building without wchar_t any more so always
define wxUSE_WCHAR_T and give an error from configure if wchar_t is really not
available.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in