GLIB2 support for SSL code. Patch by vjt@users.sf.net

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2973 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-10-26 18:56:35 +00:00 committed by cras
commit 9f089f360d
2 changed files with 175 additions and 52 deletions

View file

@ -428,11 +428,6 @@ if test "x$enable_ssl" = xyes; then
])
CFLAGS=$save_CFLAGS
if test "x`echo $GLIB_LIBS|grep glib-2.0`" != "x"; then
ssl_error="GLIB2 and OpenSSL don't work together currently, SSL is disabled"
enable_openssl=no
fi
if test "x$enable_openssl" = xyes; then
AC_DEFINE(HAVE_OPENSSL)