Lines Matching refs:yes
108 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
126 [enable_win32_dll=yes
162 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
164 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
170 yes) enable_shared=yes ;;
179 enable_shared=yes
191 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
216 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
218 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
224 yes) enable_static=yes ;;
233 enable_static=yes
245 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
270 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
272 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
278 yes) enable_fast_install=yes ;;
287 enable_fast_install=yes
299 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
326 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
339 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])