• Jeroen Roovers's avatar
    Simplify configure check for fmin · 00bc6dad
    Jeroen Roovers authored
    AC_TRY_LINK is deprecated and users are encouraged to replace it with
    AC_LINK_IFELSE. However, AC_SEARCH_LIBS uses AC_LINK_IFELSE internally
    and does exactly what we need here: test whether an `fmin` symbol is
    already resolved or if libm will resolve it, neatly avoiding autoconf
    caching and AC_TRY_LINK/AC_LINK_IFELSE pitfalls. So just use that.
    00bc6dad
Name
Last commit
Last update
.github/workflows Loading commit data...
cython Loading commit data...
docs Loading commit data...
fuzz Loading commit data...
include Loading commit data...
libcnary Loading commit data...
m4 Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
doxygen.cfg.in Loading commit data...