]> git.alsa-project.org Git - alsa-lib.git/commit
configure: avoid libdl detecion on *BSD
authorSASANO Takayoshi <uaa@uaa.org.uk>
Tue, 3 Jan 2023 02:13:19 +0000 (11:13 +0900)
committerJaroslav Kysela <perex@perex.cz>
Sun, 29 Jan 2023 18:00:59 +0000 (19:00 +0100)
commitfea9fc229892695afa4e41598ebb79ea58ffb4b2
treeb77024594d22a5326a5c49c6d818f3a645398c92
parent2f9bbefb8d2a9766810eee3a80bdce4ec813f45a
configure: avoid libdl detecion on *BSD

NetBSD and OpenBSD has no libdl
FreeBSD and DragonFlyBSD has libdl but dummy

These OSes are no need to use -ldl to use dlopen()

Fixes: https://github.com/alsa-project/alsa-lib/pull/290
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
configure.ac