Code

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>
Makefile

index 775ee838c332c7311df34a98448fc3723c6bd95e..5f873986a9017b7554127e98556eeb56bd8687ce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1041,6 +1041,7 @@ ifeq ($(uname_S),HP-UX)
        NO_UNSETENV = YesPlease
        NO_HSTRERROR = YesPlease
        NO_SYS_SELECT_H = YesPlease
+       NO_FNMATCH_CASEFOLD = YesPlease
        SNPRINTF_RETURNS_BOGUS = YesPlease
        NO_NSEC = YesPlease
        ifeq ($(uname_R),B.11.00)