mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
DNS_OPENSSL_LIBS -> DST_OPENSSL_LIBS
This commit is contained in:
parent
aed87173fd
commit
c43ed04d37
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -17054,7 +17054,7 @@ then
|
|||
saved_cflags="$CFLAGS"
|
||||
saved_libs="$LIBS"
|
||||
CFLAGS="$CFLAGS $DST_OPENSSL_INC"
|
||||
LIBS="$LIBS $DNS_OPENSSL_LIBS"
|
||||
LIBS="$LIBS $DST_OPENSSL_LIBS"
|
||||
if test "$cross_compiling" = yes; then :
|
||||
want_crypto_rand="yes"
|
||||
else
|
||||
|
|
|
|||
|
|
@ -2382,7 +2382,7 @@ then
|
|||
saved_cflags="$CFLAGS"
|
||||
saved_libs="$LIBS"
|
||||
CFLAGS="$CFLAGS $DST_OPENSSL_INC"
|
||||
LIBS="$LIBS $DNS_OPENSSL_LIBS"
|
||||
LIBS="$LIBS $DST_OPENSSL_LIBS"
|
||||
AC_TRY_RUN([
|
||||
#include <openssl/rand.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue