tetetest tetetest wrote:
> * Daniel Stenberg <[email protected]> [Mon, 6 Apr 2009 23:18:04 +0200 (CEST)]:
>> Here's another list that will need future updates all the time as this
>> is a
>> list that changes frequently. I don't think that's a good approach. It
>> is
>> doomed to lag behind forever... Here too we should use a single list
>> that can
>> be used for (included by) all build systems.
>
> There are more things like that:
> - lists of headers that 'configure' checks for;
Shouldn't libs' headers be put in their specific *.inc files?
For example OpenSSL ones?
CHECK_INCLUDE_FILE_CONCAT("openssl/crypto.h" HAVE_OPENSSL_CRYPTO_H)
Piotr Dobrogost