|
|
@ -1262,7 +1262,11 @@ endif( WITH_HSPELL )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
####" default spell checker #####################
|
|
|
|
####" default spell checker #####################
|
|
|
|
|
|
|
|
|
|
|
|
set( DEFAULT_SPELL_CHECKER "ISPELL" CACHE STRING "default spell checker" )
|
|
|
|
set( DEFAULT_SPELL_CHECKER "ISPELL" CACHE STRING "default spell checker" )
|
|
|
|
|
|
|
|
if( NOT WITH_${DEFAULT_SPELL_CHECKER} )
|
|
|
|
|
|
|
|
tde_message_fatal( "Spell checker selected as default (${DEFAULT_SPELL_CHECKER}) is not enabled to build." )
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### enable TDEIconLoader debugging ############
|
|
|
|
##### enable TDEIconLoader debugging ############
|
|
|
|