chiark / gitweb /
pathmtu/pathmtu.c: Disable `raw' strategy if we don't have getifaddrs(3).
[tripe] / configure.ac
index 887f81d31ee46cc512658bf0449727ff598f9234..e2e763ee8ed6cadc49ce9b85431acf2393f22d73 100644 (file)
@@ -63,6 +63,8 @@ case "$host_os" in
     ;;
 esac
 
+AC_CHECK_FUNCS([getifaddrs])
+
 AC_ARG_WITH([adns],
   AS_HELP_STRING([--with-adns],
                 [use ADNS library for background name resolution]),