cld2: fix HAVE_CLD2 test
It _is_ defined (as 0) when there is no CLD2.
This commit is contained in:
@ -139,7 +139,7 @@ test_mu_query_01(void)
|
||||
{ "", 19 },
|
||||
{"msgid:abcd$efgh@example.com", 1},
|
||||
{"i:abcd$efgh@example.com", 1},
|
||||
#ifdef HAVE_CLD2
|
||||
#if HAVE_CLD2
|
||||
{ "lang:en", 14},
|
||||
#endif /*HAVE_CLD2*/
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user