autoconf
[Top][All Lists]
Advanced

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

Re: checking for Berkley db 4.2 --> 4.3 upgrade


From: Paul Eggert
Subject: Re: checking for Berkley db 4.2 --> 4.3 upgrade
Date: Thu, 14 Jul 2005 11:49:48 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

It depends on what you're trying to check for.  If all you're trying
to check is whether a particular form of call will work, then check
that form of call (as you have).  If you want to check for the exact
signature, though, then I'd take the address of the function pointer
and assign it to a pointer-to-a-pointer-of-a-function of the exact
signature that you want.




reply via email to

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