From: José Matox Date: Wed, 27 Jun 2007 18:17:29 +0000 (+0000) Subject: Update scons to the latest FreeBSD patch X-Git-Tag: 1.6.10~9261 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2e5099b2301af93fe029e625bbae6d42026e33ee;p=features.git Update scons to the latest FreeBSD patch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18914 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 54ed25e8a9..60ad78c45a 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -825,7 +825,7 @@ utils.createConfigFile(conf, * does not matter for us, because we don't use libc directly (Georg) */ #if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && ! defined(__FREEBSD__) -# define LIBC_WCTYPE_USES_UCS4 +# define USE_WCHAR_T #endif #endif