From f4d8359382153309e67a6b344ae503c321653c81 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Wed, 5 Jun 2013 22:40:09 +0200 Subject: Report the full GnuTLS version in configure Fix incorrect version being reported when the minor version is longer than one digit (2.10.x) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index cd5cf4258..f738a65a0 100755 --- a/configure +++ b/configure @@ -189,7 +189,7 @@ if (defined $opt_data_dir) { if (defined $opt_log_dir) { $config{LOG_DIR} = $opt_log_dir; } -chomp($config{HAS_GNUTLS} = `pkg-config --modversion gnutls 2>/dev/null | cut -c 1,2,3`); # GNUTLS Version. +chomp($config{HAS_GNUTLS} = `pkg-config --modversion gnutls 2>/dev/null`); # GNUTLS Version. if (defined $opt_freebsd_port) { -- cgit v1.2.3