Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments
authorBrandon Casey <casey@nrlssc.navy.mil>
Fri, 10 Jul 2009 17:10:45 +0000 (12:10 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 11 Jul 2009 06:50:29 +0000 (23:50 -0700)
Commit 003b33a8 recently added a call to basename(). On IRIX 6.5, this
function resides in libgen and -lgen is required for the linker.

Update configure.ac too.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found