From ef05b0d7eb79c109aa2e843e7ab5d5abad251c55 Mon Sep 17 00:00:00 2001 From: Ilya Zakharevich Date: Tue, 25 Feb 1997 14:06:23 -0500 Subject: [PATCH] Update OS/2 Configure diff 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> --- os2/diff.configure | 9 --------- 1 file changed, 9 deletions(-) diff --git a/os2/diff.configure b/os2/diff.configure index 0e062f8..203ae2d 100644 --- a/os2/diff.configure +++ b/os2/diff.configure @@ -175,15 +175,6 @@ 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 \ -- 1.8.3.1