projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb60d0
)
Also check for sha.h.
author
Ivo Timmermans
<ivo@lychnis.net>
Wed, 15 Nov 2000 01:02:30 +0000
(
01:02
+0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Wed, 15 Nov 2000 01:02:30 +0000
(
01:02
+0000)
m4/openssl.m4
patch
|
blob
|
history
diff --git
a/m4/openssl.m4
b/m4/openssl.m4
index
6e08ebe
..
0db5097
100644
(file)
--- a/
m4/openssl.m4
+++ b/
m4/openssl.m4
@@
-41,12
+41,12
@@
if test "$tinc_cv_openssl_include" != "none given" ; then
fi
osi=found
-AC_CHECK_HEADERS(evp.h rsa.h rand.h err.h,
+AC_CHECK_HEADERS(evp.h rsa.h rand.h err.h
sha.h
,
[], [osi=none; break])
if test "$osi" = "none" ; then
osi=found
- AC_CHECK_HEADERS(openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h,
+ AC_CHECK_HEADERS(openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h
openssl/sha.h
,
[], [osi=none; break])
fi