From: Ilya Zakharevich Date: Tue, 25 Feb 1997 19:06:23 +0000 (-0500) Subject: Update OS/2 Configure diff X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef05b0d7eb79c109aa2e843e7ab5d5abad251c55;p=p5sagit%2Fp5-mst-13.2.git 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> --- 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 \