Removed configure flag --disable-locale and have it always enabled.
[mmh] / uip / burst.c
index 8d6e69b..e657c33 100644 (file)
@@ -12,7 +12,7 @@ static struct swit switches[] = {
 #define VERBSW 0
        { "verbose", 0 },
 #define NVERBSW 1
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define VERSIONSW 2
        { "Version", 0 },
 #define HELPSW 3
@@ -45,9 +45,7 @@ main(int argc, char **argv)
        struct smsg *smsgs;
        struct msgs *mp;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */