]> sjero.net Git - wget/blobdiff - src/main.c
Fixes needed for VMS.
[wget] / src / main.c
index 7040738a79888d4f218bf57bb2015f6972f2f4ae..c74f6ca3a8309c9c7d9360dd906c690a7958a0b2 100644 (file)
@@ -825,9 +825,11 @@ print_version (void)
   printf (_("    %s (system)\n"), SYSTEM_WGETRC);
 #endif
 
+#ifdef ENABLE_NLS
   format_and_print_line (locale_title,
-                        LOCALEDIR, 
-                        MAX_CHARS_PER_LINE);
+                        LOCALEDIR,
+                        MAX_CHARS_PER_LINE);
+#endif /* def ENABLE_NLS */
   
   format_and_print_line (compile_title,
                         compilation_string,