Commit 58bfd793 authored by Fabrizio Ge's avatar Fabrizio Ge Committed by Jean-Baptiste Kempf

configure: fix libnsl test

Regression from 67531a98.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
(cherry picked from commit 94b412529d1e2ee587930e720740294814666c85)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ace3e45d
......@@ -606,8 +606,8 @@ AC_SEARCH_LIBS(connect, [socket], [
])
AC_SEARCH_LIBS([inet_pton], [nsl], [
AS_IF([test "$ac_cv_search_getaddrinfo" != "none required"], [
SOCKET_LIBS="$ac_cv_search_getaddrinfo $SOCKET_LIBS"
AS_IF([test "$ac_cv_search_inet_pton" != "none required"], [
SOCKET_LIBS="$ac_cv_search_inet_pton $SOCKET_LIBS"
])
],, [${SOCKET_LIBS}])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment