libm isn't needed anymore.

pull/1/head
Tiago Cunha 2011-08-25 21:12:10 +00:00
parent a54e670301
commit 0a4fd0f7a4
1 changed files with 0 additions and 3 deletions

View File

@ -168,9 +168,6 @@ AC_SEARCH_LIBS(inet_ntoa, nsl)
AC_SEARCH_LIBS(socket, 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
# example see xopen_networking(7) on HP-UX).
XOPEN_DEFINES=