X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=e4d910c33fdb4e998475e5ff1e3251e91fafe267;hb=939eb9da6116bd502cdae97f84541993848071b4;hp=c5b18c173bf8748a7880d57cc9dfee9dbc0e23da;hpb=8ef441c62bb3399366504bd1b7dc8fa6b1581998;p=netatalk.git diff --git a/configure.ac b/configure.ac index c5b18c17..e4d910c3 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,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)