From 8a83ea44bdf8797640630407d92bf5faffba6a68 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 4 Sep 2006 15:54:57 +0000 Subject: [PATCH] add forgotten comma git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14893 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index c3923ea712..6c20fbacea 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1101,7 +1101,7 @@ int count() 'Spell engine to use' ), # we need to know the byte order for unicode conversions - (sys.byteorder == 'big', 'WORDS_BIGENDIAN' + (sys.byteorder == 'big', 'WORDS_BIGENDIAN', 'Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX).' ), ], -- 2.39.2