diff options
author | Timo Sirainen <cras@irssi.org> | 2003-11-17 11:50:06 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-11-17 11:50:06 +0000 |
commit | 89a210ff43a4f0cd2b6707979f9a749080e2d613 (patch) | |
tree | cc531d6997d560dd354ffc8b6b780edf9f5d0831 /configure.in | |
parent | 24bae81bdb0c4daf639bd91f487995d8647ea1d4 (diff) | |
download | irssi-89a210ff43a4f0cd2b6707979f9a749080e2d613.zip |
put SSL_LIBS to LIBS..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3168 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 35f8646f..fe6a9998 100644 --- a/configure.in +++ b/configure.in @@ -482,6 +482,7 @@ if test "$enable_ssl" = "yes"; then fi if test "$enable_openssl" = "yes"; then AC_DEFINE(HAVE_OPENSSL,, Build with OpenSSL support) + LIBS="$LIBS $SSL_LIBS" fi fi |