]> git.ipfire.org Git - thirdparty/nettle.git/commit
Fix quoting in autoconf ifunc test
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Wed, 13 Jun 2018 09:41:40 +0000 (12:41 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 17 Jun 2018 17:25:25 +0000 (19:25 +0200)
commite07e5605b3da65e07c7fe5fcf1ce3b050595d1b5
tree41f288bca48b0ae9ac43b3b079c617e3cb7bd337
parentf3e2607fce0c6da41eb1d9ee89b9535d4abec7be
Fix quoting in autoconf ifunc test

* aclocal.m4 (NETTLE_CHECK_IFUNC): fix quoting so that
  AC_LINK_IFELSE/AC_TRY_LINK is defined outside of this test.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
aclocal.m4