mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Check for inet_addr() in -lnsl.
* configure.ac: Check for inet_addr() in libnsl. -- OpenSolaris/OpenIndiana requires this.
This commit is contained in:
parent
835698b72b
commit
66331e138e
@ -1177,6 +1177,8 @@ AC_DECL_SYS_SIGLIST
|
||||
gl_HEADER_SYS_SOCKET
|
||||
gl_TYPE_SOCKLEN_T
|
||||
|
||||
AC_SEARCH_LIBS([inet_addr], [nsl])
|
||||
|
||||
AC_ARG_ENABLE(endian-check,
|
||||
AC_HELP_STRING([--disable-endian-check],
|
||||
[disable the endian check and trust the OS provided macros]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user