* Mercilessly ripped out all of the gratuitously complex GNU libintl
[citadel.git] / webcit / webserver.c
index cae15d66ef4d9389c94267064cf9c87ef0b65f55..04ac7c3a3872604583c42fcb6a54e6710c767fb5 100644 (file)
@@ -382,8 +382,10 @@ int main(int argc, char **argv)
        char tracefile[PATH_MAX];
        char ip_addr[256];
        char *webcitdir = WEBCITDIR;
+#ifdef ENABLE_NLS
        char *locale = NULL;
        char *mo = NULL;
+#endif /* ENABLE_NLS */
 
        /* Parse command line */
 #ifdef HAVE_OPENSSL