x11: Fix build without NLS support

This commit is contained in:
Arun Raghavan 2011-12-14 21:57:01 +05:30
parent 5a908ae513
commit 37bd158701

View file

@ -48,7 +48,9 @@ int main(int argc, char *argv[]) {
enum { DUMP, EXPORT, IMPORT, REMOVE } mode = DUMP;
setlocale(LC_ALL, "");
#ifdef ENABLE_NLS
bindtextdomain(GETTEXT_PACKAGE, PULSE_LOCALEDIR);
#endif
while ((c = getopt(argc, argv, "deiD:S:O:I:c:hr")) != -1) {
switch (c) {