diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-08-25 21:12:10 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-08-25 21:12:10 +0000 |
commit | 0a4fd0f7a428906c14bf968e15e37f87af5c7fc8 (patch) | |
tree | 32505978cd8a358f945078ee1521991b1529133e /configure.ac | |
parent | a54e67030141ea32985d56e2e6ea684fef742361 (diff) | |
download | rtmux-0a4fd0f7a428906c14bf968e15e37f87af5c7fc8.tar.gz rtmux-0a4fd0f7a428906c14bf968e15e37f87af5c7fc8.tar.bz2 rtmux-0a4fd0f7a428906c14bf968e15e37f87af5c7fc8.zip |
libm isn't needed anymore.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3cebbdf7..883ff11b 100644 --- a/configure.ac +++ b/configure.ac @@ -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= |