Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section
authorMichal Rokos <rokos@nextsoft.cz>
Mon, 7 Mar 2011 11:43:11 +0000 (12:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Mar 2011 18:57:35 +0000 (10:57 -0800)
fnmatch() on HP-UX does not support the GNU FNM_CASEFOLD extension,
so set NO_FNMATCH_CASEFOLD to use the internal fnmatch implementation.

Signed-off-by: Michal Rokos <michal.rokos@nextsoft.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found