Skip to content
Snippets Groups Projects
Unverified Commit 1ca0f20a authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Ludovic Courtès
Browse files

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: default avatarSergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 36c4917c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment