diff options
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/xmake.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c index 759c286a8..ddbb59769 100755 --- a/core/src/xmake/xmake.c +++ b/core/src/xmake/xmake.c @@ -27,6 +27,13 @@ #include "xmake.h" /* ////////////////////////////////////////////////////////////////////////////////////// + * macros + */ +#ifndef TB_CONFIG_MODULE_HAVE_REGEX +# error please enable regex module for tbox +#endif + +/* ////////////////////////////////////////////////////////////////////////////////////// * globals */ |
