Update scons to the latest FreeBSD patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18914 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2007-06-27 18:17:29 +00:00
parent 5cbe5cf5ad
commit 2e5099b230

View File

@ -825,7 +825,7 @@ utils.createConfigFile(conf,
* does not matter for us, because we don't use libc directly (Georg) * does not matter for us, because we don't use libc directly (Georg)
*/ */
#if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && ! defined(__FREEBSD__) #if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && ! defined(__FREEBSD__)
# define LIBC_WCTYPE_USES_UCS4 # define USE_WCHAR_T
#endif #endif
#endif #endif