summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 14:05:45 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 14:05:45 +0000
commit88a794fe2435e21f11833bf67a032cf596a94ee5 (patch)
tree84b4c898eda68e96e3b19243979bf9b7dc0423e6 /configure.in
parent0bcd03b2e46b7941bff317459c6c857e7a2444e8 (diff)
downloadruby-88a794fe2435e21f11833bf67a032cf596a94ee5.tar.gz
ruby-88a794fe2435e21f11833bf67a032cf596a94ee5.tar.xz
ruby-88a794fe2435e21f11833bf67a032cf596a94ee5.zip
merges r21311 from trunk into ruby_1_9_1.
* encoding.c (rb_filesystem_encoding, rb_locale_charmap): uses codepage on cygwin. [ruby-core:20994] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e2050a37d..6128589e4 100644
--- a/configure.in
+++ b/configure.in
@@ -565,7 +565,8 @@ beos*|haiku*) ac_cv_func_link=no
esac
LIBS="$LIBS" # m lib is include in root under BeOS/Haiku
;;
-cygwin*) ;;
+cygwin*) ac_cv_header_langinfo_h=no # nl_langinfo(CODESET) returns US-ASCII regardless locale.
+ ;;
mingw*) LIBS="-lshell32 -lws2_32 $LIBS"
ac_cv_header_a_out_h=no
ac_cv_header_pwd_h=no