]> arthur.barton.de Git - netatalk.git/blobdiff - configure.ac
Merge branch 'v3-cleanup' into tmp/v3.0.4-alex
[netatalk.git] / configure.ac
index c5b18c173bf8748a7880d57cc9dfee9dbc0e23da..e4d910c33fdb4e998475e5ff1e3251e91fafe267 100644 (file)
@@ -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)