From: Ivo Timmermans Date: Tue, 14 Nov 2000 23:02:08 +0000 (+0000) Subject: Oops, small error. X-Git-Tag: release-1.0pre4~182 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c467ee02d3ef8bed7ec2cc52cb1527ec60cdc93a Oops, small error. --- 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