gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/8] Use the native autoconf support for cross-compilation


From: Pawel Kot
Subject: Re: [PATCH v2 1/8] Use the native autoconf support for cross-compilation
Date: Mon, 13 Jan 2020 19:37:02 +0100

Hi,

Not sure how should I do github reviews (cannot see options to comment on particular patches), so there go some comments.

On Tue, Dec 4, 2018 at 10:20 PM Ladislav Michl <address@hidden> wrote:
>
> From: Fabrizio Gennari <address@hidden>
>
> Remove homebrew --enable-win option and use the standard autoconf way
> to cross-compile, that is using option --host.

In general it is OK, but some pieces do not belong here I think.

> -       if test "$enable_bluetooth" = "yes" -a "$USE_BLUETOOTH" = "no"; then
> +       if test "$enable_bluetooth" = "yes"; then
[...]
> -       if test "$enable_bluetooth" = "yes" -a "$USE_BLUETOOTH" = "no"; then
> +       if test "$enable_bluetooth" = "yes"; then
[...]
> -AM_CONDITIONAL([FOR_MAC], [test x$ac_cv_have_iobluetooth = xyes])
> +       FOR_MAC=1
[...]
> -       if test "$enable_bluetooth" = "yes" -a "$USE_BLUETOOTH" = "no"; then
> +       if test "$enable_bluetooth" = "yes"; then
[...]
> -       if test "$enable_bluetooth" = "yes" -a "$USE_BLUETOOTH" = "no"; then
> +       if test "$enable_bluetooth" = "yes"; then
[...]

These seem to be unrelated. And even not sure why they are there? Also not sure why FOR_MAC would be dependent on iobluetooth.

Cheers,
--
Pawel Kot

reply via email to

[Prev in Thread] Current Thread [Next in Thread]