configure: detect libm

This commit is contained in:
Chase
2022-07-30 20:55:31 -05:00
committed by Jon Trulson
parent 9a9d586e87
commit 60e60b9836
9 changed files with 12 additions and 11 deletions

View File

@@ -506,6 +506,9 @@ AC_CHECK_LIB(Xdmcp, XdmcpFlush, [XDMCPLIB="-lXdmcp"], [XDMCPLIB=""],
[${EXTRA_INCS} ${EXTRA_LIBS}])
AC_SUBST(XDMCPLIB)
AC_SEARCH_LIBS(cos, m, [], [
AC_MSG_ERROR([cos not found, your system probably doesn't obey posix])])
AC_SEARCH_LIBS(dlopen, [dl dld], [], [
AC_MSG_ERROR([dlopen not found, your system probably doesn't obey posix]
)])