]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: only add OpenSSL paths if they are defined
authorMichael Hordijk <hordijk@aurora.tech>
Tue, 9 Mar 2021 20:04:06 +0000 (15:04 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Mar 2021 08:45:10 +0000 (09:45 +0100)
commitb3ace846425052b10126000289295e60763c520e
tree48bf8ef7aea65020f6ab9b9e29d44aae0aebf3a8
parent21445a76dfadfcdd6ed3e0ae3bf4f198c5b8e84d
configure: only add OpenSSL paths if they are defined

Add paths for OpenSSL compiling and linking only if they have been
defined.  If they haven't been defined, we'll assume that the paths are
already available to the toolchain.

Closes #6730
configure.ac