Query
Thursday 29 October 2015
2015-10-29 17:44:56 (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 (+17/-2)(19 lines)
- pike/src/post_modules/Nettle/nettle_config_fixup.h (+92/-0)(92 lines)
branch: 8.0
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.