Lines Matching full:pic
82 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
324 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
328 [AC_ARG_WITH([pic],
329 [AS_HELP_STRING([--with-pic],
330 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
339 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
340 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
344 [_LT_SET_OPTION([LT_INIT], [pic-only])
347 put the `pic-only' option into LT_INIT's first parameter.])