summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-10-26 18:56:35 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-10-26 18:56:35 +0000
commit9f089f360dcd1a507cfa73182b1824e1ac40fbc2 (patch)
treec1cdb3ee0d72248c3de8fe1afd8a422e9f9fd1b7 /configure.in
parentf42df98fc89144746d596e6169ede6784dd62c42 (diff)
downloadirssi-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.in5
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)