Lines Matching refs:ipv6lib
15897 ipv6lib=none
15936 ipv6lib=inet6
15964 ipv6lib=inet6
15990 ipv6lib=inet6;
16009 ipv6lib=v6;
16029 ipv6lib=inet6;
16044 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
16045 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
16046 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
16047 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: using lib$ipv6lib" >&5
16048 printf "%s\n" "$as_me: using lib$ipv6lib" >&6;}
16058 as_fn_error $? "No $ipv6lib library found; cannot continue. You need to fetch lib$ipv6lib.a from appropriate ipv6 kit and compile beforehand." "$LINENO" 5