Sergei Trofimovich <sly...@inbox.ru> skribis:

> 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

Good catch.  Applied, thanks!

Ludo’.

Reply via email to