From: Ivo Timmermans Date: Fri, 24 Nov 2000 14:12:31 +0000 (+0000) Subject: Alter CFLAGS, somehow INCLUDES doesn't propagate properly. Still X-Git-Tag: release-1.0pre4~133 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=ef88db63120503a8c9d34d86073795c99dedc3a9 Alter CFLAGS, somehow INCLUDES doesn't propagate properly. Still doesn't work exactly like it should, but getting there. --- diff --git a/m4/openssl.m4 b/m4/openssl.m4 index 0db50978..782e7e12 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -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