|
From: | Paul Eggert |
Subject: | Re: Building Emacs on MSYS2 |
Date: | Thu, 14 Apr 2016 09:09:32 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 |
On 04/14/2016 08:58 AM, Óscar Fuentes wrote:
local with_wide_int='no' if test "${CARCH}" == 'x86_64'; then with_wide_int='yes' fi
You shouldn't need this. --with-wide-int is effective only on 32-bit platforms; integers are always wide on 64-bit platforms.
[Prev in Thread] | Current Thread | [Next in Thread] |