* Artur R. Czechowski wrote on Sun, Mar 02, 2008 at 02:47:13PM CET:
>
> AC_TRY_RUN([#include <stdlib.h>
> int main()
> {
> static struct random_data rand_data;
> static char rand_state[256];
> initstate_r(0, rand_state, sizeof(rand_state), &rand_data);
> exit(0);
> }], initstate_r_works=yes,, ])
Please drop the two consecutive commas and the trailing space, then
retry.
> checking for usability of initstate_r... ./configure: line 2573: syntax error
> near unexpected token `else'
> ./configure: line 2573: `else'
>
> Around the line 2573 there is code:
>
> 2571 if test "$cross_compiling" = yes; then
> 2572
> 2573 else
Cheers,
Ralf
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]