• Home
  • Raw
  • Download

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])
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
171 no) enable_shared=no ;;
173 enable_shared=no
192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
196 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
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
225 no) enable_static=no ;;
227 enable_static=no
246 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
250 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
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
279 no) enable_fast_install=no ;;
281 enable_fast_install=no
300 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
304 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
324 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
326 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
333 yes|no) pic_mode=$withval ;;
355 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])