From 89a210ff43a4f0cd2b6707979f9a749080e2d613 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 17 Nov 2003 11:50:06 +0000 Subject: [PATCH] put SSL_LIBS to LIBS.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3168 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 1 + 1 file changed, 1 insertion(+) 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