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

Recover to link with libexpat and lib curl #18

Merged
merged 1 commit into from
Nov 26, 2016

Conversation

umireon
Copy link

@umireon umireon commented Nov 26, 2016

I apologize that #14 breaks the build: that never links with curl and expat.

This was due to my misunderstandings of the behavior of AC_CHECK_LIB.

AC_CHECK_LIB adds the -l to LIBS and defines HAVE_ when the
third argument is empty.

This change recovers that behavior and now links with expat and curl correctly.

Related

AC_CHECK_LIB adds the -l<library> to LIBS and defines HAVE_<library> when the
third argument is empty.

This change recovers that behavior and now links with expat and curl correctly.
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.

2 participants