From 1333c0f0df4a82fd128425e273f03cd689138917 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 24 Oct 2017 11:15:20 +0000 Subject: Revert "sysconfdir on Windows" This reverts commit r60279. This breaks mswin build: https://ci.appveyor.com/project/ruby/ruby/build/1.0.5571 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6c15929f05..6c7436c7e8 100644 --- a/configure.ac +++ b/configure.ac @@ -512,7 +512,6 @@ 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} ], -- cgit v1.2.3