Don't install charset.alias on MacOS X >= 10.3.
[gnulib.git] / modules / localcharset
index ae42b03..2d4a700 100644 (file)
@@ -42,7 +42,9 @@ charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
 install-exec-local: all-local
        if test $(GLIBC21) = no; then \
          case '$(host_os)' in \
-           cygwin* | mingw* | pw32* | cegcc*) \
+           darwin[56]*) \
+             need_charset_alias=true ;; \
+           darwin* | cygwin* | mingw* | pw32* | cegcc*) \
              need_charset_alias=false ;; \
            *) \
              need_charset_alias=true ;; \