diff options
author | teor <teor@torproject.org> | 2019-11-05 15:48:01 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-05 15:48:01 +1000 |
commit | 804d7c9bfc916c430dfd353f742257e4ae7b9c38 (patch) | |
tree | 92ff17be80a1211d58f494bdb1e99e7c7eab604c /changes | |
parent | 2a349006b9c1feba0a29ede4838cf8f5fdc0b2e5 (diff) | |
download | tor-804d7c9bfc916c430dfd353f742257e4ae7b9c38.tar.gz tor-804d7c9bfc916c430dfd353f742257e4ae7b9c38.zip |
configure: Remove a check that will always fail
And update the changes file to be more specific.
Part of 32191.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32191 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/ticket32191 b/changes/ticket32191 index 65e919fe03..6988328115 100644 --- a/changes/ticket32191 +++ b/changes/ticket32191 @@ -1,3 +1,3 @@ o Minor features (build system): - - force pkg-config to only use --prefix when cross-compiling. - Closes ticket 32191. + - Make pkg-config use --prefix when cross-compiling, if PKG_CONFIG_PATH + is not set. Closes ticket 32191. |