mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
#define HAVE_OPENSSL wasn't done.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3167 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5972260d88
commit
24bae81bdb
1 changed files with 1 additions and 2 deletions
|
|
@ -480,9 +480,8 @@ if test "$enable_ssl" = "yes"; then
|
||||||
])
|
])
|
||||||
],, -lcrypto)
|
],, -lcrypto)
|
||||||
fi
|
fi
|
||||||
if test "$have_openssl" = "yes"; then
|
if test "$enable_openssl" = "yes"; then
|
||||||
AC_DEFINE(HAVE_OPENSSL,, Build with OpenSSL support)
|
AC_DEFINE(HAVE_OPENSSL,, Build with OpenSSL support)
|
||||||
enable_openssl="yes"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue