File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ dnl AC_FUNC_REALLOC
136
136
AC_TYPE_SIGNAL
137
137
AC_FUNC_STAT
138
138
AC_FUNC_STRFTIME
139
- AC_CHECK_FUNCS ( [ issetugid inet_pton] )
140
139
141
140
if test -z "$PKG_CONFIG"; then
142
141
AC_PATH_PROG ( PKG_CONFIG , pkg-config , no )
@@ -284,6 +283,9 @@ AC_SEARCH_LIBS(socket,socket)
284
283
AC_SEARCH_LIBS ( gethostbyname ,nsl socket )
285
284
AC_SEARCH_LIBS ( hstrerror ,resolv )
286
285
286
+ dnl On Haiku accept() and friends are in libnetwork
287
+ AC_SEARCH_LIBS ( accept ,network )
288
+
287
289
save_LIBS=$LIBS
288
290
AC_SEARCH_LIBS ( dlopen ,dl ,[
289
291
AC_CHECK_HEADERS ( [ dlfcn.h] ,[
@@ -692,7 +694,7 @@ case $host_os in
692
694
* ) ;;
693
695
esac
694
696
695
- AC_CHECK_FUNCS ( [ dup2 getcwd inet_ntoa inet_ntop memset mmap munmap strchr \
697
+ AC_CHECK_FUNCS ( [ dup2 getcwd inet_ntoa inet_ntop inet_pton issetugid memset mmap munmap strchr \
696
698
strdup strerror strstr strtol sendfile getopt socket lstat \
697
699
gethostbyname poll epoll_ctl getrlimit chroot \
698
700
getuid select signal pathconf madvise posix_fadvise posix_madvise \
You can’t perform that action at this time.
0 commit comments