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