Don't install charset.alias on MacOS X >= 10.3.
[pspp] / modules / localcharset
index ae42b032a7e7952f57b9c77558be6815f89544df..2d4a7009aa5d7219fcde34a2d113eb7d48c5ca55 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 ;; \