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

Check for /usr/include/udunits2 if include path not specified #19

Merged
merged 1 commit into from
Jun 20, 2018

Conversation

rundel
Copy link
Contributor

@rundel rundel commented Nov 9, 2017

This should fix #14, additional location clauses could be added after

        if test [ -d "/usr/include/udunits2"] ; then
            UD_CPPFLAGS="-I/usr/include/udunits2"
        fi

if there are other locations that udunits2 headers get stuck on different systems.

@jameshiebert
Copy link
Contributor

This looks entirely sensible to me and thanks for the PR. Sorry that it took us a while to incorporate it!

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.

Add /usr/include/udunits2 to list of locations searched for udunits2.h
2 participants