remove gmodule dependency. Fix OPENSSL_LIBS and NSS_LIBS to include the
authorAlex Graveley <alex@ximian.com>
Fri, 2 Mar 2001 10:31:26 +0000 (10:31 +0000)
committeralex <alex>
Fri, 2 Mar 2001 10:31:26 +0000 (10:31 +0000)
commit667b7c68d4b244378ab2363e2dc6e1ce4a9fafe4
tree98a09f17bf92d61644d0923eb4bedfee71856202
parentcef1d910a63b71f0807caed2c1142510f70ca9dd
remove gmodule dependency. Fix OPENSSL_LIBS and NSS_LIBS to include the

2001-03-02  Alex Graveley  <alex@ximian.com>

* configure.in: remove gmodule dependency. Fix OPENSSL_LIBS and
NSS_LIBS to include the library name and not only the path.

* src/soup-core/soup-ssl-proxy.c (soup_ssl_proxy_init): remove
call to g_module_supported().

* src/soup-core/soup-nss.c: remove GModule NSS loading,
link conventionally instead.

* src/soup-core/soup-openssl.c: remove GModule OpenSSL loading,
link conventionally instead.
ChangeLog
configure.in
libsoup/soup-openssl.c
libsoup/soup-ssl-proxy.c