s3: Fix the GNU ld version detection on SLES
commit6e40fa9b016cdbd43c973c9b61b581258c0c24a9
authorVolker Lendecke <vl@samba.org>
Sun, 4 Apr 2010 18:09:36 +0000 (4 20:09 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 4 Apr 2010 18:31:19 +0000 (4 20:31 +0200)
tree159e2062dd56d9de707d23cfc0b84e899310c9a0
parentb1192bbfc991af57736dba7c30fb4d92dd6f436c
s3: Fix the GNU ld version detection on SLES

On SLES 11 "ld -v" gives

GNU ld (GNU Binutils; SUSE Linux Enterprise 11) 2.19

The regexp to intended to detect the "2.19" is confused by the "11" in the
version string. I'm not really into regexps, and awk '{print $NF}' to me is a
simple (and hopefully portable) way to print the last field.
source3/configure.in