From 4271f2b77ed3862a2356475dc18b0cf5c1086364 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 18 Sep 2011 13:52:50 +0200 Subject: Fixed problem during 'configure' with EC --- filter/filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/filter/filter.c b/filter/filter.c index 98c657b..b3b17dc 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -1214,6 +1214,7 @@ i_same(struct f_inst *f1, struct f_inst *f2) case '|': case '&': case P('m','p'): + case P('m','c'): case P('!','='): case P('=','='): case '<': -- cgit v1.2.3