Regenerate configure to include the gettext.m4 change. Update
[platform/upstream/binutils.git] / gprof / gprof.c
index 2ed37a3..4a1fd50 100644 (file)
@@ -173,6 +173,9 @@ DEFUN (main, (argc, argv), int argc AND char **argv)
 #if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
   setlocale (LC_MESSAGES, "");
 #endif
+#if defined (HAVE_SETLOCALE)
+  setlocale (LC_CTYPE, "");
+#endif
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);