mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Remove unneeded AC_SUBST for SSL_LIBS.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4653 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fee12d7e84
commit
0fddeb24c5
1 changed files with 0 additions and 1 deletions
|
|
@ -340,7 +340,6 @@ if test "$enable_ssl" = "yes"; then
|
|||
AC_CHECK_LIB(ssl, SSL_read, [
|
||||
AC_CHECK_HEADERS(openssl/ssl.h openssl/err.h, [
|
||||
SSL_LIBS="-lssl -lcrypto"
|
||||
AC_SUBST(SSL_LIBS)
|
||||
have_openssl=yes
|
||||
])
|
||||
],, -lcrypto)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue