From 617abc091ea08c03e1f69277e6a1cb20f68c4513 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: http://svn.ruby-lang.org/repos/ruby/trunk@22436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 765951be8..8af191e1f 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