Fixed my immediately preceeding error
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 12 Dec 2003 08:38:56 +0000 (08:38 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 12 Dec 2003 08:38:56 +0000 (08:38 +0000)
src/glob.c

index b7ec50a37b18356fc0a4f7eb10fd597dd6286886..235399c0be300779e1cbdafcc5a2f4bc61f8d76f 100644 (file)
@@ -133,7 +133,9 @@ init_glob (int argc unused, char **argv)
 {
   /* FIXME: Allow i18n of other locale items (besides LC_MESSAGES). */
 #if ENABLE_NLS
+#if LC_MESSAGE
   setlocale (LC_MESSAGES, "");
+#endif
   setlocale (LC_MONETARY, "");
   bindtextdomain (PACKAGE, locale_dir);
   textdomain (PACKAGE);