diff options
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 06fda265..7be123e0 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -37,7 +37,7 @@ CFLAGS+= -DLOG_CRAWLER .endif .if !defined(WITHOUT_EMAILDB) && defined(WITH_EMAILDB) -CFLAGS+= -DUSE_EMAILDB +CFLAGS+= -DUSE_EMAILDB -DUSE_REGCHECKD .endif .if !defined(WITHOUT_BBSLUA_USAGE) && defined(WITH_BBSLUA_USAGE) |