OSDN Git Service

OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV
authorJunio C Hamano <gitster@pobox.com>
Sat, 23 May 2009 05:55:31 +0000 (22:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 23 May 2009 05:55:31 +0000 (22:55 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 26d180c..a23846b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -698,7 +698,9 @@ ifeq ($(uname_S),SunOS)
        NO_MEMMEM = YesPlease
        NO_HSTRERROR = YesPlease
        NO_MKDTEMP = YesPlease
-       OLD_ICONV = UnfortunatelyYes
+       ifneq ($(uname_R),5.11)
+               OLD_ICONV = UnfortunatelyYes
+       endif
        ifeq ($(uname_R),5.8)
                NO_UNSETENV = YesPlease
                NO_SETENV = YesPlease