Alter CFLAGS, somehow INCLUDES doesn't propagate properly. Still
doesn't work exactly like it should, but getting there.
This commit is contained in:
parent
b178228401
commit
ef88db6312
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if test "$tinc_cv_openssl_lib" != "none given" ; then
|
||||||
LIBS="$LIBS -L$tinc_cv_openssl_lib"
|
LIBS="$LIBS -L$tinc_cv_openssl_lib"
|
||||||
fi
|
fi
|
||||||
if test "$tinc_cv_openssl_include" != "none given" ; then
|
if test "$tinc_cv_openssl_include" != "none given" ; then
|
||||||
INCLUDES="$INCLUDES -I$tinc_cv_openssl_include"
|
CFLAGS="$CFLAGS -I$tinc_cv_openssl_include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
osi=found
|
osi=found
|
||||||
|
|
Loading…
Reference in a new issue