From: Michael Tremer Date: Tue, 26 Nov 2019 21:41:52 +0000 (+0000) Subject: configure: Actually pass detected libraries over to make X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18ecd261136a247ae1b4a19b8020a0556bf1c090;p=people%2Fsennis%2Flibloc.git configure: Actually pass detected libraries over to make Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index e55f416..518f5b5 100644 --- a/configure.ac +++ b/configure.ac @@ -159,11 +159,13 @@ case "${host}" in ;; esac RESOLV_LIBS="${LIBS}" +AC_SUBST(RESOLV_LIBS) dnl Checking for OpenSSL LIBS= AC_CHECK_LIB(crypto, EVP_EncryptInit,, AC_MSG_ERROR([libcrypto has not been found])) OPENSSL_LIBS="${LIBS}" +AC_SUBST(OPENSSL_LIBS) AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([