summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2007-07-10 15:20:39 +0000
committerPierre Ossman <ossman@cendio.se>2007-07-10 15:20:39 +0000
commita228a517c4fec83b5aba5f60425f25943e9fc727 (patch)
tree58b90f67c9911171779d4b0137863828ffa2fac6
parent689fd706effaead1a5efbe1fd7f8fcc86f320375 (diff)
Solaris hides inet_ntop in nsl.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1504 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8054b0fa..eef8eb47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,6 +221,7 @@ AC_SEARCH_LIBS([pow], [m])
AC_SEARCH_LIBS([sched_setscheduler], [rt])
AC_SEARCH_LIBS([dlopen], [dl])
AC_SEARCH_LIBS([shm_open], [rt])
+AC_SEARCH_LIBS([inet_ntop], [nsl])
# BSD
AC_SEARCH_LIBS([connect], [socket])