1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -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:
Emanuele Giaquinta 2007-12-05 14:53:52 +00:00 committed by exg
parent fee12d7e84
commit 0fddeb24c5

View File

@ -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)