diff options
author | Jeremy Allison <jra@samba.org> | 2009-02-24 12:19:06 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-02-24 12:19:06 -0800 |
commit | 3a88316e233079199117731756d35d0aea4670e4 (patch) | |
tree | 8c284820754595b5e18c2b778c1ea7232fa819f6 /source4/client | |
parent | 365925eea308673f15e03d81b69f04b8908468e7 (diff) | |
download | samba-3a88316e233079199117731756d35d0aea4670e4.tar.gz samba-3a88316e233079199117731756d35d0aea4670e4.tar.bz2 samba-3a88316e233079199117731756d35d0aea4670e4.zip |
Fix the build. Looks like no one ever compiled this on a system
with a libintl.h before.
Jeremy.
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/mount.cifs.c | 2 |
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]; |