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

Do not force include and library dir in configure #16

Merged
merged 1 commit into from
Nov 24, 2016

Conversation

umireon
Copy link

@umireon umireon commented Nov 24, 2016

Forcing the include and library path is not good when the user
has a multiple prefix (e.g. /opt/local and /usr/local) for some reason.
This situation is typical for macOS (MacPorts and Homebrew).

By this change, user-specified ones are prefered over guessed prefixes.
This behavior is more straightforward because the user can have the control
of what header and library is to be linked.

Forcing the include and library path is not good when the user
has a multiple prefix (e.g. /opt/local and /usr/local) for some reason.
This situation is typical for macOS (MacPorts and Homebrew).

By this change, user-specified ones are prefered over guessed prefixes.
This behavior is more straightforward because the user can have the control
of what header and library is to be linked.
@umireon
Copy link
Author

umireon commented Nov 24, 2016

I am sorry for bothering, @sshock but this is the final PR what I have in mind. Thanks 😄

@sshock sshock merged commit e46567b into sshock:master Nov 24, 2016
@sshock
Copy link
Owner

sshock commented Nov 24, 2016

No worries; I appreciate the patches.

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