Port: Add AX_LIB_SOCKET_NSL macro to configure.ac
[babeltrace.git] / configure.ac
index 375de6ba2d529b99f47c478f2b67e4d4ae6c6178..507efe6c00d27c436743d7f10d024f97e439112b 100644 (file)
@@ -73,6 +73,9 @@ esac
 
 AM_CONDITIONAL([BABELTRACE_BUILD_WITH_MINGW], [test "x$MINGW32" = "xyes"])
 
+# Check what libraries are required on this platform to link sockets programs.
+AX_LIB_SOCKET_NSL
+
 # Check for libuuid
 AC_CHECK_LIB([uuid], [uuid_generate],
 [
This page took 0.022753 seconds and 4 git commands to generate.