]> sjero.net Git - wget/blobdiff - configure
[svn] Added Polish and Russian message translation files.
[wget] / configure
index 3a23351c99a5b30f44de15f1daea3e5a62e15e5e..b4f73a3855289941383abe5e87d71ad19a334e21 100755 (executable)
--- a/configure
+++ b/configure
@@ -1322,7 +1322,7 @@ else
 int main() {
 
 /* Ultrix mips cc rejects this.  */
-typedef int charset[2]; const charset x = {0,0};
+typedef int charset[2]; const charset x;
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;
@@ -1738,7 +1738,7 @@ else
 #include "confdefs.h"
 #include <alloca.h>
 int main() {
-void *p = alloca(2 * sizeof(int));
+char *p = alloca(2 * sizeof(int));
 ; return 0; }
 EOF
 if { (eval echo configure:1745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -2428,7 +2428,7 @@ fi
 
 fi
 
-ALL_LINGUAS="cs de hr no it pt_BR"
+ALL_LINGUAS="cs de hr it no pl pt_BR ru"
 
 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
 echo "configure:2435: checking whether NLS is requested" >&5