Added -lgnutls when linking with GNUTLS
commitd2bb711bf1a45785b730bc9eab9c55d675c1f175
authorStéphane Bisinger <stephane.bisinger@gmail.com>
Mon, 9 Nov 2009 23:34:43 +0000 (9 23:34 +0000)
committerBoris Petersen <transacid@gmail.com>
Tue, 10 Nov 2009 22:28:33 +0000 (10 23:28 +0100)
tree049e598afca2a58aaecc5532f97b607ba6760b76
parent0b0f9117c873d8ca02d9a77662d139341a0d1788
Added -lgnutls when linking with GNUTLS

When linking with the --no-add-needed option, the linker complains of
undefined references because no -lgnutls is directly specified to the
linker itself. This commit adds -lgnutls to the libraries when using
GNUTLS

Signed-off-by: Stéphane Bisinger <stephane.bisinger@gmail.com>
Signed-off-by: Boris Petersen <transacid@gmail.com>
configure.ac