* Paul Eggert wrote on Wed, Jun 07, 2006 at 01:40:57AM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around > > `unused variable' compiler warning, for `-Wall -Werror'. > > Report by Jaap Haitsma <[EMAIL PROTECTED]>. > > Yes, that looks fine. Thanks.
Applied, thanks! Japp, it should be noted that some other tests, notably for functions or declarations, may or will fail with -Wall -Werror, so it's really not very safe to use them for arbitrary configure scripts. Cheers, Ralf
