[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: |
Fabrizio Gennari |
Subject: |
Re: [PATCH v2 1/8] Use the native autoconf support for cross-compilation |
Date: |
Mon, 13 Jan 2020 22:47:35 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
Il 13-01-2020 19:37, Pawel Kot ha
scritto:
Also
not sure why FOR_MAC would be dependent on iobluetooth.
This was the old way (in the repository now). This patch removes
that line, and replaces it with
+AM_CONDITIONAL([FOR_MAC], [test "x$FOR_MAC" = "x1"])
which makes FOR_MAC conditional to the previous test that
$host_os is Darwin. Much cleaner.