From 0fddeb24c55e80c128bb7573cad0c6c51bfd1304 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Wed, 5 Dec 2007 14:53:52 +0000 Subject: [PATCH] Remove unneeded AC_SUBST for SSL_LIBS. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4653 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index 94e6e3bf..5329f5fd 100644 --- a/configure.in +++ b/configure.in @@ -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)