]> arthur.barton.de Git - netatalk.git/blobdiff - configure.ac
Merge remote-tracking branch 'origin/branch-netatalk-3-0' into develop
[netatalk.git] / configure.ac
index 421c9fef754f58fb0dcbd0659413a1566b7ef68a..3c9cb98811dadabc2398545c60b4984ceb2d5857 100644 (file)
@@ -82,6 +82,8 @@ AC_CHECK_FUNCS(mmap utime getpagesize) dnl needed by tbd
 dnl search for necessary libraries
 AC_SEARCH_LIBS(gethostbyname, nsl)
 AC_SEARCH_LIBS(connect, socket)
+AC_CHECK_FUNCS(getifaddrs) dnl comes after gethostbyname and connect so it picks up the libs
+
 AX_PTHREAD(, [AC_MSG_ERROR([missing pthread_sigmask])])
 
 AC_DEFINE(OPEN_NOFOLLOW_ERRNO, ELOOP, errno returned by open with O_NOFOLLOW)