mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
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:
parent
f42df98fc8
commit
9f089f360d
2 changed files with 175 additions and 52 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue