autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_CHECK_FUNCS(sigsetjmp)


From: Paul Eggert
Subject: Re: AC_CHECK_FUNCS(sigsetjmp)
Date: Sat, 29 Jul 2006 09:28:00 -0400
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Bruce Korb" <address@hidden> writes:

"Bruce Korb" <address@hidden> writes:

> This macro does not work when the headers #define sigsetjmp to
> something else.

Since sigsetjmp might be a macro without a function but might be a
function, which is a bit unusual, I suggest "#if defined sigsetjmp ||
HAVE_SIGSETJMP".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]