configure fails to detect dlopen on NetBSD

Issue #7 resolved
Former user created an issue

When packaging liblangtag (0.5.3) for NetBSD, we noticed that the ldml modules don't get built. The reason for this is that since under NetBSD, libdl doesn't need to be linked for dlopen(3) - indeed, libdl doesn't exist. I've attached a patch that fixes this detection issue under NetBSD.

Comments (2)

  1. Log in to comment