]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: fix pkg-config detecting wolfssl
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Aug 2020 14:28:34 +0000 (16:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Aug 2020 17:21:20 +0000 (19:21 +0200)
commit510d98157f21dee5793c4e975fde3317b6139267
treeccc429284df7b73e2940f3195a9423433dc1c2b6
parentebc6c54c74fc65abf1385f7206caf766847f4302
configure: fix pkg-config detecting wolfssl

When amending the include path with "/wolfssl", this now properly strips
off all whitespace from the path variable! Previously this would lead to
pkg-config builds creating bad command lines.

Closes #5848
configure.ac