repo.or.cz
/
ltp-debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't quote LTP_VERSION, because it is a variable (thanks Riku Voipio)
[ltp-debian.git]
/
m4
/
ltp-crypto.m4
blob
3dfc5126623b77b7407f1ceb1f12de1f6b54ae9b
1
dnl
2
dnl LTP_CHECK_CRYPTO
3
dnl ----------------------------
4
dnl
5
AC_DEFUN([LTP_CHECK_CRYPTO],
6
[dnl
7
AC_CHECK_HEADERS(openssl/sha.h,[CRYPTO_LIBS=-lcrypto],[CRYPTO_LIBS=])
8
AC_SUBST(CRYPTO_LIBS)
9
])