1--- Configure Wed Feb 25 16:52:55 1998 2+++ Configure.os2 Wed Feb 25 16:52:58 1998 3@@ -1602,7 +1602,7 @@ 4 *) 5 echo "I don't know where '$file' is, and my life depends on it." >&4 6 echo "Go find a public domain implementation or fix your PATH setting!" >&4 7- exit 1 8+ #exit 1 9 ;; 10 esac 11 done 12@@ -3637,7 +3637,7 @@ 13 exit(0); 14 } 15 EOM 16-if $cc -o gccvers gccvers.c >/dev/null 2>&1; then 17+if $cc -o gccvers gccvers.c $ldflags >/dev/null 2>&1; then 18 gccversion=`./gccvers` 19 case "$gccversion" in 20 '') echo "You are not using GNU cc." ;; 21@@ -4434,7 +4434,7 @@ 22 esac 23 ;; 24 esac 25-libnames=''; 26+#libnames=''; 27 case "$libs" in 28 '') ;; 29 *) for thislib in $libs; do 30