]> git.ipfire.org Git - location/libloc.git/commitdiff
configure: Actually pass detected libraries over to make
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Nov 2019 21:41:52 +0000 (21:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Nov 2019 21:41:52 +0000 (21:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index e55f4163b02e99db36f83b53b5bc982cb27db5d4..518f5b5d469b84e2659abcff7db86e33a91110cd 100644 (file)
@@ -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([