mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 09:28:51 +00:00
Link with libm due to the upcoming patchset.
This commit is contained in:
parent
38f169113e
commit
324ffe20e9
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.13 2011-01-21 20:35:20 nicm Exp $
|
# $Id: configure.ac,v 1.14 2011-01-21 23:40:30 tcunha Exp $
|
||||||
|
|
||||||
# Miscellaneous autofoo bullshit.
|
# Miscellaneous autofoo bullshit.
|
||||||
AC_INIT(tmux, 1.5)
|
AC_INIT(tmux, 1.5)
|
||||||
@ -122,6 +122,9 @@ 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