Lines Matching full:disable
78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
163 # 'disable-shared' LT_INIT options.
194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
198 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
202 [_LT_SET_OPTION([LT_INIT], [disable-shared])
217 # 'disable-static' LT_INIT options.
248 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
252 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
256 [_LT_SET_OPTION([LT_INIT], [disable-static])
271 # and 'disable-fast-install' LT_INIT options.
302 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
306 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
313 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
316 the 'disable-fast-install' option into LT_INIT's first parameter.])