Removed configure flag --disable-locale and have it always enabled.
[mmh] / uip / whatnow.c
index e3a411a..bbb468d 100644 (file)
@@ -46,7 +46,7 @@ static struct swit whatnowswitches[] = {
 #define EDITRSW  0
        { "editor editor", 0 },
 #define PRMPTSW  1
-       { "prompt string", 4 },
+       { "prompt string", 0 },
 #define VERSIONSW  2
        { "Version", 0 },
 #define HELPSW  3
@@ -117,10 +117,7 @@ main(int argc, char **argv)
        FILE *f;  /* read pointer for bgnd proc */
        int n;  /* set on -n to detach command */
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
-
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */