* elf-hppa.h (elf_hppa_final_link_relocate): Handle SECREL32.
[deliverable/binutils-gdb.git] / binutils / nlmconv.c
index 2eaaa9f54735bd0dba898699ce8ce95cd47e7f5a..f1c8b6c268aaa3c5491d353fb0bcb703c247f75f 100644 (file)
@@ -1,5 +1,5 @@
 /* nlmconv.c -- NLM conversion program
-   Copyright (C) 1993, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1993, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -210,7 +210,9 @@ main (argc, argv)
   char *modname;
   char **matching;
 
+#if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
   setlocale (LC_MESSAGES, "");
+#endif
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
This page took 0.023141 seconds and 4 git commands to generate.