+2006-10-16 Bruno Haible <bruno@clisp.org>
+
+ * hello.c (main): Remove HAVE_SETLOCALE conditional.
+
2006-10-16 Karl Berry <karl@gnu.org>
* hello.c (main): compare getopt_long result to -1, not EOF, since
program_name = argv[0];
-#if HAVE_SETLOCALE
/* Set locale via LC_ALL. */
setlocale (LC_ALL, "");
-#endif
#if ENABLE_NLS
/* Set the text message domain. */