From b641c96f57f806efdf7dc84d3a1879a7625a95b0 Mon Sep 17 00:00:00 2001 From: Xuejie Xiao Date: Tue, 18 Dec 2012 20:33:51 -0500 Subject: Derive DISABLE_GEMS macro according to build configuration --- include/mrbconf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3