Brad Smith <b...@comstyle.com> writes:

> Signed-off-by: Brad Smith <b...@comstyle.com>
>
> ---
>  aclocal.m4 | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/aclocal.m4 b/aclocal.m4
> index 8822c180..1a4dbd9a 100644
> --- a/aclocal.m4
> +++ b/aclocal.m4
> @@ -11,6 +11,7 @@ AC_CACHE_VAL(lsh_cv_sys_ccpic,[
>       bsdi*)          CCPIC="" ;;
>       darwin*)        CCPIC="-fPIC" ;;
>       # Could also use -fpic, depending on the number of symbol references
> +     openbsd*)       CCPIC="-fPIC" ;;
>       solaris*)       CCPIC="-fPIC" ;;
>       cygwin*)        CCPIC="" ;;
>       mingw32*)       CCPIC="" ;;

Thanks. Just two questions:

1. The comment on the line above was intended for the solaris case, does
   it apply to openbsd? (Perhaps I should just delete the comment, it
   isn't that helpful).

2. Do you know if netbsd and freebsd should be handled in the same way
   as openbsd?

Regards,
/Niels

-- 
Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677.
Internet email is subject to wholesale government surveillance.
_______________________________________________
nettle-bugs mailing list -- nettle-bugs@lists.lysator.liu.se
To unsubscribe send an email to nettle-bugs-le...@lists.lysator.liu.se

Reply via email to