diff options
author | Timo Sirainen <cras@irssi.org> | 2002-10-26 18:56:35 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-10-26 18:56:35 +0000 |
commit | 9f089f360dcd1a507cfa73182b1824e1ac40fbc2 (patch) | |
tree | c1cdb3ee0d72248c3de8fe1afd8a422e9f9fd1b7 /configure.in | |
parent | f42df98fc89144746d596e6169ede6784dd62c42 (diff) | |
download | irssi-9f089f360dcd1a507cfa73182b1824e1ac40fbc2.zip |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 643fb442..1b64edd6 100644 --- a/configure.in +++ b/configure.in @@ -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) |