From 6d3ceb6ce38f91898dfc388fc96f5401ff3edc52 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Feb 2009 05:48:14 +0000 Subject: * configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.c git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 765951be83..8af191e1fb 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -488,6 +488,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub !endif #define CANONICALIZATION_FOR_MATHN 1 #define DEFAULT_KCODE KCODE_NONE +#define LOAD_RELATIVE 1 #define DLEXT ".so" #define RUBY_LIB_VERSION STRINGIZE(RUBY_VERSION_MAJOR)"."STRINGIZE(RUBY_VERSION_MINOR)"."STRINGIZE(RUBY_VERSION_TEENY) #define RUBY_LIB_PREFIX "/lib/$(RUBY_INSTALL_NAME)" -- cgit v1.2.3