aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/st.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-25 08:36:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-25 08:36:14 +0000
commitccf67667b8e07471a3463394574944f78c1adf7b (patch)
tree9f9573fa27c2af1967f8b3aad5bd3320dcf3f997 /include/ruby/st.h
parent695c32a028a58222e1d6c726334e1b6c7c911c47 (diff)
downloadruby-ccf67667b8e07471a3463394574944f78c1adf7b.tar.gz
* version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/st.h')
-rw-r--r--include/ruby/st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h
index d60ccd9a9a..27e47b816c 100644
--- a/include/ruby/st.h
+++ b/include/ruby/st.h
@@ -12,7 +12,7 @@ extern "C" {
#endif
#endif
-#ifndef RUBY_LIB
+#ifndef RUBY_LIB_PREFIX
#include "ruby/config.h"
#include "ruby/defines.h"
#ifdef RUBY_EXTCONF_H