Removed configure flag --disable-locale and have it always enabled.
[mmh] / uip / dp.c
index aee4b29..1a91678 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -42,9 +42,7 @@ main(int argc, char **argv)
        char buf[BUFSIZ], **argp, **arguments;
        char *dates[NDATES];
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */