configure: remove confusing file manipulation
commitcbc8d595ef21635b630dd1cad54eb730ae6620a1
authorEd Maste <emaste@freebsd.org>
Wed, 22 May 2013 13:21:39 +0000 (22 09:21 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 1 Jun 2013 10:25:38 +0000 (1 14:25 +0400)
tree395803b5a6e036defe6a6e9bf6a28c1098a69294
parent668fca91d48a7d55a0e3911447b078679f2ce986
configure: remove confusing file manipulation

The configure script had some code to manipulate config-host.ld~ (i.e.,
a common backup filename), comparing it with the newly-generated file.
I believe the sense of the comparison was backwards.

Since it seemed to serve little purpose anyway, remove it to avoid any
confusion.

Signed-off-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure