Then, could you update the configure script?
/ Martin Nilsson (saturator)
Previous text:
2004-02-06 15:07: Subject: Nettle 1.7 and pike 7.5
Wasn't this discussed just some weeks ago?
Text 11218950 (don't know the message id), from 2004-01-16:
: The name md5_init is the advertised name, and that's what the C source : files should use. But to the linker the symbol is nettle_md5_init, to : avoid collisions with other md5 code that you might happen to link : with. There's a : : #define md5_init nettle_md5_init : : So for configure, one should either test for both nettle_md5_init and : md5_init, or test for only md5_init and make sure that the testprogram : includes nettle/md5.h. : : It's similar to gmp, where mpz_foo really is __gmpz_foo, except that I : don't think that number of underscores is appropriate for nettle.
/ Niels Möller (vässar rödpennan)