mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04: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
@ -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…
Reference in New Issue
Block a user