projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b178228
)
Alter CFLAGS, somehow INCLUDES doesn't propagate properly. Still
author
Ivo Timmermans
<ivo@lychnis.net>
Fri, 24 Nov 2000 14:12:31 +0000
(14:12 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Fri, 24 Nov 2000 14:12:31 +0000
(14:12 +0000)
doesn't work exactly like it should, but getting there.
m4/openssl.m4
patch
|
blob
|
history
diff --git
a/m4/openssl.m4
b/m4/openssl.m4
index
0db5097
..
782e7e1
100644
(file)
--- 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="$INCLUDE
S -I$tinc_cv_openssl_include"
+
CFLAGS="$CFLAG
S -I$tinc_cv_openssl_include"
fi
osi=found