]> git.ipfire.org Git - thirdparty/openvpn.git/commit
configure.ac: link to all mbed TLS libs during library detection
authorSteffan Karger <steffan@karger.me>
Sun, 1 May 2016 18:23:06 +0000 (20:23 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 1 May 2016 20:23:28 +0000 (22:23 +0200)
commite860059baa912ced7acf00f9b1e85a3d80dc0b1f
treeb56c5d52f17265a1414014be82c8bcdfc253efc9
parent645071ae9fac091a62eecd43d6ac5d5fdd4ab91c
configure.ac: link to all mbed TLS libs during library detection

When for some reason the dependencies of the compiled mbed TLS libaries
(libmbedtls, libmbedcrypto and libmbedx509) are not correct, the configure
script will fail to link against libmbedcrypto and/or libmbedx509.  This
is reported to happen after using 'make install' to install mbedtls.

This patch makes sure the configure tests link to all three.  The build
process itself already did.

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1462126986-2686-1-git-send-email-steffan@karger.me>
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac