summaryrefslogtreecommitdiff
path: root/source4/client/mount.cifs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/client/mount.cifs.c')
-rw-r--r--source4/client/mount.cifs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/client/mount.cifs.c b/source4/client/mount.cifs.c
index 7167859d7b..899c90cefd 100644
--- a/source4/client/mount.cifs.c
+++ b/source4/client/mount.cifs.c
@@ -313,8 +313,10 @@ int main(int argc, char ** argv)
FILE * pmntfile;
/* setlocale(LC_ALL, "");
+#if defined(LOCALEDIR)
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE); */
+#endif
if(argc && argv) {
thisprogram = argv[0];