diff options
author | Timo Sirainen <cras@irssi.org> | 2003-11-17 11:42:43 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-11-17 11:42:43 +0000 |
commit | 24bae81bdb0c4daf639bd91f487995d8647ea1d4 (patch) | |
tree | 7d3fb49a6061a3c2f29e8f677d2155c0afd493c1 /configure.in | |
parent | 5972260d887a6d26d1c5840efb171e1b51c890f5 (diff) | |
download | irssi-24bae81bdb0c4daf639bd91f487995d8647ea1d4.zip |
#define HAVE_OPENSSL wasn't done.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3167 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5614f01e..35f8646f 100644 --- a/configure.in +++ b/configure.in @@ -480,9 +480,8 @@ if test "$enable_ssl" = "yes"; then ]) ],, -lcrypto) fi - if test "$have_openssl" = "yes"; then + if test "$enable_openssl" = "yes"; then AC_DEFINE(HAVE_OPENSSL,, Build with OpenSSL support) - enable_openssl="yes" fi fi |