Change WITH_ALL_OPTOINS default to OFF for consistency

Other TDE core modules are OFF by default.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit e87c0de6e9)
pull/44/head
OBATA Akio 3 years ago committed by Slávek Banko
parent cb4b1c2735
commit c81b37199d
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -46,7 +46,7 @@ tde_setup_paths( )
##### optional stuff ############################
option( WITH_ALL_OPTIONS "Enable all optional support" ON )
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
option( WITH_JINGLE "Enable jingle support (kopete)" ${WITH_ALL_OPTIONS} )
option( WITH_SPEEX "Enable speex support (for jingle)" ${WITH_ALL_OPTIONS} )

Loading…
Cancel
Save