X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=m4%2Fopenssl.m4;h=c0c2cabea3f0ff8e62702a97f6e4ed1d8ad3c94e;hp=d933b23bb59b505c84f3c47fb6d5675ff74f5a24;hb=c5c8e99afd3fae3868f20b5c7a4f8754498b39ad;hpb=9ddb37cee0f754ef88a55f692a508010fe18c782 diff --git a/m4/openssl.m4 b/m4/openssl.m4 index d933b23b..c0c2cabe 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -33,10 +33,10 @@ AC_DEFUN(tinc_OPENSSL, ) ]) -if test "$openssl_lib" != "none given" ; then +if test "$tinc_cv_openssl_lib" != "none given" ; then LIBS="$LIBS -L$tinc_cv_openssl_lib" fi -if test "$openssl_include" != "none given" ; then +if test "$tinc_cv_openssl_include" != "none given" ; then INCLUDES="$INCLUDES -I$tinc_cv_openssl_include" fi