diff --git a/modules/nickserv/ns_set_language.cpp b/modules/nickserv/ns_set_language.cpp index 1cffc3aed..07f31d8b0 100644 --- a/modules/nickserv/ns_set_language.cpp +++ b/modules/nickserv/ns_set_language.cpp @@ -145,7 +145,7 @@ public: , commandnssetlanguage(this, languages) , commandnssasetlanguage(this, languages) { -#ifndef HAVE_LOCALIZATION +#if !HAVE_LOCALIZATION throw ModuleException("Anope was not built with localization support"); #endif