Check pkgconfig for openssl, since 0.9.7 (a) uses it, and (b) depends on
authorDan Winship <danw@src.gnome.org>
Tue, 24 Jun 2003 16:02:41 +0000 (16:02 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 24 Jun 2003 16:02:41 +0000 (16:02 +0000)
commitdeed4896a47fb3e706d33bd79d5caa9d7e1b41dc
treeab97b6113b9725cf73fa704385f37f71367e8f4e
parent0911002eb73705cb7806aa38204b925481a3d6bc
Check pkgconfig for openssl, since 0.9.7 (a) uses it, and (b) depends on

* configure.in: Check pkgconfig for openssl, since 0.9.7 (a) uses
it, and (b) depends on lots of new things sometimes (like on RH9).

* libsoup/soup-openssl.c:
* libsoup/soup-ssl-proxy.c: Change #ifdef HAVE_OPENSSL_SSL_H to
just #ifdef HAVE_OPENSSL since the header check doesn't get run in
the pkgconfig case
ChangeLog
configure.in
libsoup/soup-openssl.c
libsoup/soup-ssl-proxy.c