Lines Matching refs:yes
110 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
128 [enable_win32_dll=yes
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
172 yes) enable_shared=yes ;;
181 enable_shared=yes
193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
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
226 yes) enable_static=yes ;;
235 enable_static=yes
247 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
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
280 yes) enable_fast_install=yes ;;
289 enable_fast_install=yes
301 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
333 power*-*-aix[[5-9]]*,yes)
381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
388 yes|no) pic_mode=$withval ;;
396 pic_mode=yes
407 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])