summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Jeroen Roovers2020-08-13 10:00:34 +0200
committerGravatar Jeroen Roovers2020-08-13 10:00:34 +0200
commit00bc6dadedcf62fe00c85f4967d24a3dbffd0bd0 (patch)
treec853f94ebefaee58217c7bfb563e377524a59ad6 /.github
parent93dbf11118cc84eb37a500b59b683255462f5ba2 (diff)
downloadlibplist-00bc6dadedcf62fe00c85f4967d24a3dbffd0bd0.tar.gz
libplist-00bc6dadedcf62fe00c85f4967d24a3dbffd0bd0.tar.bz2
Simplify configure check for fmin
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.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions