sshock / AFFLIBv3

AFF is an open and extensible file format to store disk images and associated metadata.
Other
80 stars 21 forks source link

Do not force include and library dir in configure #16

Closed umireon closed 7 years ago

umireon commented 7 years ago

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 commented 7 years ago

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

sshock commented 7 years ago

No worries; I appreciate the patches.