summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 06:41:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 06:41:43 +0000
commita91ce21ec22cec9fbc4c3a05ae8f66d295e54109 (patch)
treeab9f25de9937dbd6b0415dcf0abed0d568ab5ae0 /configure.in
parentf7c6aee5c0ee391d3f1c0649d8823834c918f6fb (diff)
downloadruby-a91ce21ec22cec9fbc4c3a05ae8f66d295e54109.tar.gz
ruby-a91ce21ec22cec9fbc4c3a05ae8f66d295e54109.tar.xz
ruby-a91ce21ec22cec9fbc4c3a05ae8f66d295e54109.zip
* 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/trunk@21311 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 b362f20d0..b0b65201b 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