Chip Salzenberg writes:
>
> (I missed the $randbits case in _90; it is fixed in _91.)
The broken $randbits test (no $ldflags) is just ignored under OS/2
anyway, so this should help.
p5p-msgid: <
199702251906.OAA10608@monk.mps.ohio-state.edu>
dflt=`./try`
case "$dflt" in
[1-4][1-4][1-4][1-4]|12345678|87654321)
-@@ -8550,7 +8572,7 @@
- printf("%d\n",i);
- }
- EOCP
-- if $cc try.c -o try >/dev/null 2>&1 ; then
-+ if $cc $ldflags try.c -o try >/dev/null 2>&1 ; then
- dflt=`try`
- else
- dflt='?'
@@ -8660,7 +8682,7 @@
'') $echo $n ".$c"
if $cc $ccflags \