[w3m-dev 04004] Re: problem about pkg-config check for OpenSSL
Fumitoshi UKAI <[email protected]>
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Organization | Debian JP Project |
| Message-ID | <[email protected]> |
At Sun, 19 Oct 2003 00:11:23 +0900,
ABE Yuji wrote:
>
>
>
> pkg-config
> OpenSSL configure
>
>
>
> ML
>
> OpenSSL openssl.pc
> Cflags: -I${includedir}
> w3m
> #include <ssl.h>
>
> Linux OpenSSL
> Cflags: -I${includedir}/openssl
> OpenSSL
> #include <openssl/ssl.h>
>
>
>
> * #include <ssl.h> #include <openssl/ssl.h>
> * (SSL ) pkg-config
> * pkg-config
> includedir openssl
>
> >
#include <openssl/...>
?
--