Alter CFLAGS, somehow INCLUDES doesn't propagate properly. Still

doesn't work exactly like it should, but getting there.
This commit is contained in:
Ivo Timmermans 2000-11-24 14:12:31 +00:00
parent b178228401
commit ef88db6312

View file

@ -37,7 +37,7 @@ if test "$tinc_cv_openssl_lib" != "none given" ; then
LIBS="$LIBS -L$tinc_cv_openssl_lib"
fi
if test "$tinc_cv_openssl_include" != "none given" ; then
INCLUDES="$INCLUDES -I$tinc_cv_openssl_include"
CFLAGS="$CFLAGS -I$tinc_cv_openssl_include"
fi
osi=found