X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flocalcharset;h=2d4a7009aa5d7219fcde34a2d113eb7d48c5ca55;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=ae42b032a7e7952f57b9c77558be6815f89544df;hpb=0254e21a5ce8128cd76242f4e476d0eb52924ec7;p=gnulib.git diff --git a/modules/localcharset b/modules/localcharset index ae42b032a..2d4a7009a 100644 --- a/modules/localcharset +++ b/modules/localcharset @@ -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 ;; \