]> git.lyx.org Git - features.git/commitdiff
Update scons to the latest FreeBSD patch
authorJosé Matox <jamatos@lyx.org>
Wed, 27 Jun 2007 18:17:29 +0000 (18:17 +0000)
committerJosé Matox <jamatos@lyx.org>
Wed, 27 Jun 2007 18:17:29 +0000 (18:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18914 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 54ed25e8a945fc5f8f703be2d737a7a90425e897..60ad78c45a62354ec6f863a891d28e8f54057d70 100644 (file)
@@ -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