summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-12-18 18:52:04 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-12-18 18:52:04 -0800
commit45003023cf4100746603e0a799bcd0e1f2f70522 (patch)
tree1ef692504293b86f07f4ae4354e2f74889e0a8f5 /include
parent0e984e7e2ec4d4231494976a4f32f954795d8e4b (diff)
parentb641c96f57f806efdf7dc84d3a1879a7625a95b0 (diff)
downloadmruby-45003023cf4100746603e0a799bcd0e1f2f70522.tar.gz
mruby-45003023cf4100746603e0a799bcd0e1f2f70522.zip
Merge pull request #644 from xxuejie/derive-disable-gems
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 */