Reduced the severity of the warning about missing alloca to a warning, and
authorDavid Dykstra <dwd@samba.org>
Sun, 12 Jan 2003 04:02:25 +0000 (04:02 +0000)
committerDavid Dykstra <dwd@samba.org>
Sun, 12 Jan 2003 04:02:25 +0000 (04:02 +0000)
commit5216de37a4325207f1d2d3a613f2dcd20d63679e
treea172bfe0cbe4833fd0d5bf6df217f5257c019e9a
parentccc0d1eb1dda5fab0e021f7e82ac272535e56e2f
Reduced the severity of the warning about missing alloca to a warning, and
changed the test to the common form of prefixing an x to both sides of
an equivalence because it didn't even notice a problem on the cray when
it was instead using test -n.
Also noticed an error in the test for ANSI c, doing a "$xac..." = xno"
when it should have been "x$ac..." = xno, so I fixed that too.
configure.in