michael@275: Index: src/gpg-error.c michael@275: --- src/gpg-error.c.orig 2006-09-05 20:21:14 +0200 michael@275: +++ src/gpg-error.c 2006-09-14 16:59:50 +0200 michael@275: @@ -77,11 +77,15 @@ michael@275: locale_dir = get_locale_dir (); michael@275: if (locale_dir) michael@275: { michael@275: +#ifdef ENABLE_NLS michael@275: bindtextdomain (PACKAGE, locale_dir); michael@275: +#endif michael@275: drop_locale_dir (locale_dir); michael@275: } michael@275: +#ifdef ENABLE_NLS michael@275: textdomain (PACKAGE); michael@275: #endif michael@275: +#endif michael@275: } michael@275: michael@275: