diff -urNp pth-1.4.0.old/aclocal.m4 pth-1.4.0/aclocal.m4 --- pth-1.4.0.old/aclocal.m4 2001-03-24 16:49:40.000000000 +0200 +++ pth-1.4.0/aclocal.m4 2006-09-20 19:45:40.000000000 +0300 @@ -1535,6 +1535,7 @@ int main(int argc, char *argv[]) int sksize; char result[1024]; int i; +exit (1); sksize = 32768; skbuf = (char *)malloc(sksize*2+2*sizeof(union alltypes)); if (skbuf == NULL) diff -urNp pth-1.4.0.old/configure pth-1.4.0/configure --- pth-1.4.0.old/configure 2001-03-24 16:50:37.000000000 +0200 +++ pth-1.4.0/configure 2006-09-20 19:45:21.000000000 +0300 @@ -4054,6 +4054,7 @@ int main(int argc, char *argv[]) int sksize; char result[1024]; int i; +exit (1); sksize = 32768; skbuf = (char *)malloc(sksize*2+2*sizeof(union alltypes)); if (skbuf == NULL)