Makefile: add NO_FNMATCH_CASEFOLD to IRIX sections
authorBrandon Casey <drafnel@gmail.com>
Wed, 22 Dec 2010 23:58:51 +0000 (15:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Dec 2010 03:56:02 +0000 (19:56 -0800)
IRIX's fnmatch() does not support the GNU FNM_CASEFOLD extension, so set
NO_FNMATCH_CASEFOLD so that the internal fnmatch implementation will be
used.

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