Remove ENABLE_NLS definition. Either we HAVE_USELOCALE or we don't translate at...
[citadel.git] / webcit / webcit.h
index e713e75bbfb4b0bc62db459339fd082678bdac01..67131a5eb3345459997438163531d0ecc89f33b3 100644 (file)
@@ -53,7 +53,7 @@
 #include <iconv.h>
 #endif
 
-#ifdef ENABLE_NLS
+#ifdef HAVE_USELOCALE
 #ifdef HAVE_XLOCALE_H
 #include <xlocale.h>
 #endif