Fix ax_check_openssl to accept yes and improve it to modern autotools standard

This commit is contained in:
Ondřej Surý
2018-07-23 22:10:52 +02:00
parent e0d42538f9
commit 71877806e8
38 changed files with 187 additions and 213 deletions

View File

@@ -22,7 +22,7 @@ VERSION=@BIND9_VERSION@
CINCLUDES = -I. -Iinclude ${ISC_INCLUDES} @OPENSSL_INCLUDES@
CDEFINES = -DTESTS="\"${top_builddir}/lib/isc/tests/\""
ISCLIBS = ../libisc.@A@ @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@
ISCLIBS = ../libisc.@A@ @OPENSSL_LIBS@
ISCDEPLIBS = ../libisc.@A@
LIBS = @LIBS@ @ATFLIBS@