Improve musl and uclibc detection
commit1094891e67359058eb1c86a14d14ce24e233723a
authorMarc Vertes <mvertes@free.fr>
Mon, 8 May 2017 16:14:35 +0000 (8 16:14 +0000)
committerMarc Vertes <mvertes@free.fr>
Mon, 8 May 2017 16:14:35 +0000 (8 16:14 +0000)
tree3f0a72fee2955a7f3ab69b525531b373d19a3280
parent70fca7f7990743e119d9bed2aed436b39cba7b30
Improve musl and uclibc detection

Do not enable musl or uclibc native support if a GNU linker is
already present. This avoids interference for example on a
Debian platform with musl-dev installed. More work is required
to select musl libc in that case, with additional configure flags.
configure