Removed configure flag --disable-locale and have it always enabled.
[mmh] / uip / fmtdump.c
index fc94247..a0e6e14 100644 (file)
@@ -46,9 +46,7 @@ main(int argc, char **argv)
        char buf[BUFSIZ], *fmtstr, **argp, **arguments;
        struct format *fmt;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */