Lines Matching refs:no
71 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
73 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
76 dnl If no reference was made to various pairs of opposing options, then
82 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
164 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
166 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
173 no) enable_shared=no ;;
175 enable_shared=no
194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
198 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
218 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
220 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
227 no) enable_static=no ;;
229 enable_static=no
248 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
252 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
272 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
274 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
281 no) enable_fast_install=no ;;
283 enable_fast_install=no
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])
379 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
388 yes|no) pic_mode=$withval ;;
408 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])