diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-24 13:48:08 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-24 13:48:08 +0000 |
commit | 8fc8587e05163f0002915d06fbb20386cbcbb2ef (patch) | |
tree | 787ee4b27d8199a90fd20b4185814fd6800c22ca /configure.ac | |
parent | 9885c1c79fb4316fd754e65b9d3292bab9aaffd4 (diff) | |
download | ruby-8fc8587e05163f0002915d06fbb20386cbcbb2ef.tar.gz |
sysconfdir on Windows
* ext/etc/etc.c (etc_sysconfdir): mentioned special case on
Windows. [ruby-core:43110] [Bug #6121]
* ext/etc/extconf.rb: define SYSCONFDIR only if sysconfdir is set
in RbConfig::CONFIG and not empty.
* win32/Makefile.sub (config.status): sysconfdir is not used on
Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6c7436c7e8..6c15929f05 100644 --- a/configure.ac +++ b/configure.ac @@ -512,6 +512,7 @@ AS_CASE(["$target_os"], RT_VER=`echo "$rb_cv_msvcrt" | tr -cd [0-9]` test "$RT_VER" = "" && RT_VER=60 AC_DEFINE_UNQUOTED(RUBY_MSVCRT_VERSION, $RT_VER) + sysconfdir= ]) : ${enable_shared=yes} ], |