X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=configure.ac;h=3c9cb98811dadabc2398545c60b4984ceb2d5857;hp=421c9fef754f58fb0dcbd0659413a1566b7ef68a;hb=4e7c44b51d025b4a068eeec8a5fc9f80e2f20f9e;hpb=652975a5da5c4a82bcf56c778cb3fa805f16b266 diff --git a/configure.ac b/configure.ac index 421c9fef..3c9cb988 100644 --- a/configure.ac +++ b/configure.ac @@ -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)