Oops, small error.
authorIvo Timmermans <ivo@lychnis.net>
Tue, 14 Nov 2000 23:02:08 +0000 (23:02 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Tue, 14 Nov 2000 23:02:08 +0000 (23:02 +0000)
m4/openssl.m4

index d933b23..c0c2cab 100644 (file)
@@ -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