diff options
author | Sergei Trofimovich <slyfox@inbox.ru> | 2017-02-04 17:40:34 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-02-06 10:51:25 +0100 |
commit | 1ca0f20a7ded5de185f6dee93f6da30eb62a9188 (patch) | |
tree | 9eb85f5b6d0b6e85fdcc3d77d57d4fa341df9400 /NEWS | |
parent | 36c4917c910f434524aae32725582d5bc51a44e0 (diff) | |
download | patches-1ca0f20a7ded5de185f6dee93f6da30eb62a9188.tar patches-1ca0f20a7ded5de185f6dee93f6da30eb62a9188.tar.gz |
config-daemon.ac: detect host AR
The problem is seen when we try to use explicit host:
./configure --prefix=/usr --localstatedir=/var/lib --host=x86_64-pc-linux-gnu
make V=1
Before the change:
ar cru libstore.a nix/libstore/libstore_a-gc.o
After the change:
x86_64-pc-linux-gnu-ar cru libstore.a
* config-daemon.ac: use AM_PROG_AR to detect host AR
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions