]> git.ipfire.org Git - thirdparty/nettle.git/commit
Fix configure check for __builtin_bswap64.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 5 Dec 2019 08:02:15 +0000 (09:02 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 5 Dec 2019 08:02:15 +0000 (09:02 +0100)
commit9f4180d6f41889c8b42a70fc5b6a73c6055006fb
tree0367ae173efbf9f3823e125d614be8761b3bec3d
parentc8a90a350cf4641e6f6862e1b4dfd69ff79fdbb3
Fix configure check for __builtin_bswap64.

* configure.ac: Use AC_TRY_LINK rather than AC_TRY_COMPILE to
check for __builtin_bswap64. Since calling an non-existing
function typically results in a warning only at compile time, but
fails at link time. Patch contributed by by George Koehler.
ChangeLog
configure.ac