pike.git/
src/
post_modules/
Nettle/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-26
2003-08-26 15:09:08 by Martin Nilsson <mani@lysator.liu.se>
7901469ab052da317d771568368fb68820635b1d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Check for nettle_md5_init instead.
Rev: src/post_modules/Nettle/configure.in:1.6
1:
-
# $Id: configure.in,v 1.
5
2003/08/26
11
:
14
:
26
nilsson Exp $
+
# $Id: configure.in,v 1.
6
2003/08/26
15
:
09
:
08
nilsson Exp $
AC_INIT(nettle.cmod) AC_CONFIG_HEADER(nettle_config.h)
8:
PIKE_FEATURE_OK(Nettle)
-
AC_CHECK_LIB(nettle,
cbc
_
encrypt
,,
+
AC_CHECK_LIB(nettle,
nettle
_
md5_init
,,
AC_MSG_WARN([The nettle library not found. No crypto functions will be available.]) PIKE_FEATURE_NODEP(Nettle))