Query
Thursday 29 October 2015
2015-10-29 18:04:44 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/acconfig.h (+14/-0)(14 lines)
- pike/src/post_modules/Nettle/configure.in (+14/-1)(15 lines)
- pike/src/post_modules/Nettle/nettle_config_fixup.h (+47/-0)(47 lines)
branch: 7.8
Build [Nettle]: Survive shadowing with older nettle.
Correct erroneous configuration results.
A typical cause of such is shadowing a more recent system nettle
with an older local version, where configure will find headerfiles
belonging to the system version if the header files aren't present
in the (intended) older version.