summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
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 */