[svn] commit: r785 - /trunk/configure.ac
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 10 19:11:57 UTC 2010
Author: jreed
Date: Wed Feb 10 19:11:57 2010
New Revision: 785
Log:
Add AC_SEARCH_LIBS to add libraries to LIBS as noticed on Solaris10.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Feb 10 19:11:57 2010
@@ -28,6 +28,9 @@
fi
# Checks for libraries.
+
+AC_SEARCH_LIBS(inet_pton, [nsl])
+AC_SEARCH_LIBS(recvfrom, [socket])
# Checks for header files.
More information about the bind10-changes
mailing list