configure clobbers LDFLAGS
commit50a4b35245bbdb0cfca5d62bc4295a2b2e4f1e87
authorPaul Jarc <prj@po.cwru.edu>
Mon, 5 Jan 2009 02:27:41 +0000 (4 21:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Jan 2009 03:46:19 +0000 (5 19:46 -0800)
tree6fc60fa66fde6bdda1f829a3ccce26e368f7bd59
parent0ddd93b2717d4da074485d42a08e4d3824580afe
configure clobbers LDFLAGS

In a couple of tests, configure clobbers the LDFLAGS value set by the
caller.  This patch fixes it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac