summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorXuejie Xiao <[email protected]>2012-12-18 20:33:51 -0500
committerXuejie Xiao <[email protected]>2012-12-18 20:34:07 -0500
commitb641c96f57f806efdf7dc84d3a1879a7625a95b0 (patch)
tree1ef692504293b86f07f4ae4354e2f74889e0a8f5 /include
parent0e984e7e2ec4d4231494976a4f32f954795d8e4b (diff)
downloadmruby-b641c96f57f806efdf7dc84d3a1879a7625a95b0.tar.gz
mruby-b641c96f57f806efdf7dc84d3a1879a7625a95b0.zip
Derive DISABLE_GEMS macro according to build configuration
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 12be661f7..80c8bd6fa 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -50,7 +50,9 @@
//#define DISABLE_TIME /* Time class */
//#define DISABLE_STRUCT /* Struct class */
//#define DISABLE_STDIO /* use of stdio */
-#define DISABLE_GEMS /* Package Manager mrbgems */
+
+/* Now DISABLE_GEMS is added as a command line flag in Rakefile, */
+/* we do not need to set it here. */
#undef HAVE_UNISTD_H /* WINDOWS */
#define HAVE_UNISTD_H /* LINUX */