Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find dlopen() if it's not in libdl #57

Merged
merged 1 commit into from
Jan 7, 2016

Conversation

moench-tegeder
Copy link
Contributor

some systems (e.g. FreeBSD) have dlopen() and friends in libc (-lc)
and do not have libdl. AC_SEARCH_LIBS handles this case much better
than AC_CHECK_LIB and should be preferred anyways, according to
the autoconf documentation.

some systems (e.g. FreeBSD) have dlopen() and friends in libc (-lc)
and do not habe libdl. AC_SEARCH_LIBS handles this case much better
than AC_CHECK_LIB and should be preferred anyways, according to
the autoconf documentation.
mtrojnar added a commit that referenced this pull request Jan 7, 2016
Use AC_SEARCH_LIBS instead of AC_CHECK_LIB to locate dlopen().
@mtrojnar mtrojnar merged commit ebdda1a into OpenSC:master Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants