diff configure @ 32075:9492a4c33e92

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 02 Oct 2000 16:44:14 +0000
parents 259c9935f2db
children 2281a1a9c54a
line wrap: on
line diff
--- a/configure	Mon Oct 02 16:42:47 2000 +0000
+++ b/configure	Mon Oct 02 16:44:14 2000 +0000
@@ -3504,7 +3504,7 @@
 int main() {
 
 /* Ultrix mips cc rejects this.  */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0,0};
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;
@@ -5652,7 +5652,7 @@
 #include "confdefs.h"
 #include <alloca.h>
 int main() {
-char *p = alloca(2 * sizeof(int));
+void *p = alloca(2 * sizeof(int));
 ; return 0; }
 EOF
 if { (eval echo configure:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -6166,7 +6166,7 @@
 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
-__fpending mblen mbrlen strsignal setitimer ualarm index rindex
+__fpending mblen mbrlen strsignal setitimer ualarm index rindex gai_strerror
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:6173: checking for $ac_func" >&5