aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.y
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-27 18:30:40 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-27 18:30:40 +0300
commit89a83f2ef6c2358fe45faac5b15da6344fa7728c (patch)
tree54afb9d99c14830db4aef6a0490a92b82c1cd089 /src/cfg_file.y
parent4e3304bed44a8c275710db3d7ae7387430a52193 (diff)
downloadrspamd-89a83f2ef6c2358fe45faac5b15da6344fa7728c.tar.gz
rspamd-89a83f2ef6c2358fe45faac5b15da6344fa7728c.zip
* Add initial LUA filters support
Diffstat (limited to 'src/cfg_file.y')
-rw-r--r--src/cfg_file.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.y b/src/cfg_file.y
index a12e047c4..5cd98e9fc 100644
--- a/src/cfg_file.y
+++ b/src/cfg_file.y
@@ -385,7 +385,7 @@ requirebody:
requirecmd:
MODULE EQSIGN QUOTEDSTRING {
-#ifndef WITHOUT_PERL
+#if !defined(WITHOUT_PERL) || defined(WITH_LUA)
struct stat st;
struct perl_module *cur;
if (stat ($3, &st) == -1) {