From 68bb559bcde4f3219d5d46353ef30d4536f3ab66 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 8 Dec 2008 22:27:49 +0000 Subject: [PATCH] next one git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27818 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 68787ba591..7a660a6812 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -136,7 +136,7 @@ opts.AddOptions( ) ), # EnumOption('spell', 'Choose spell checker to use.', 'auto', - allowed_values = ('aspell', 'pspell', 'ispell', 'auto', 'no') ), + allowed_values = ('aspell', 'auto', 'no') ), # packaging method EnumOption('packaging', 'Packaging method to use.', default_packaging_method, allowed_values = ('windows', 'posix', 'macosx')),