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