mirror of
https://github.com/tmux/tmux.git
synced 2024-11-04 18:08:48 +00:00
libm isn't needed anymore.
This commit is contained in:
parent
a54e670301
commit
0a4fd0f7a4
@ -168,9 +168,6 @@ AC_SEARCH_LIBS(inet_ntoa, nsl)
|
|||||||
AC_SEARCH_LIBS(socket, socket)
|
AC_SEARCH_LIBS(socket, socket)
|
||||||
AC_CHECK_LIB(xnet, socket)
|
AC_CHECK_LIB(xnet, socket)
|
||||||
|
|
||||||
# Look for sqrt.
|
|
||||||
AC_SEARCH_LIBS(sqrt, m)
|
|
||||||
|
|
||||||
# Check for CMSG_DATA. Some platforms require _XOPEN_SOURCE_EXTENDED (for
|
# Check for CMSG_DATA. Some platforms require _XOPEN_SOURCE_EXTENDED (for
|
||||||
# example see xopen_networking(7) on HP-UX).
|
# example see xopen_networking(7) on HP-UX).
|
||||||
XOPEN_DEFINES=
|
XOPEN_DEFINES=
|
||||||
|
Loading…
Reference in New Issue
Block a user