diff options
author | Tollef Fog Heen <tfheen@err.no> | 2008-01-31 02:43:41 +0100 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2008-01-31 02:43:41 +0100 |
commit | b4cdd181659fa9764736a27af6ddf4a0734075b3 (patch) | |
tree | 3890276615cb3422fc02db1c0d664d4562e29226 /ChangeLog | |
parent | 3e6c5da35ab467ed6d84d6e8502cf51af4561818 (diff) |
configure.in: If prefix is unset, add /usr/lib/pkgconfig and
/usr/share/pkgconfig to default search path. Based on patch by Damjan
Jovanovic.
Also, make configure always print the path it is defaulting to.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-01-31 Tollef Fog Heen <tfheen@err.no> + * configure.in: If prefix is unset, add /usr/lib/pkgconfig and + /usr/share/pkgconfig to default search path. Based on patch by + Damjan Jovanovic. + + Also, make configure always print the path it is defaulting to. + * pkg.c (string_list_to_string): Patch from Paul Bender so flags other than -I and -L are passed through (with mangling) when PKG_CONFIG_SYSROOT_DIR is set. |