ossp-pkg/uuid/uuid.ac 1.1 -> 1.2
--- uuid.ac 2004/01/06 20:14:28 1.1
+++ uuid.ac 2004/01/10 17:01:22 1.2
@@ -68,10 +68,11 @@
AC_CHECK_LIB(inet6, getaddrinfo)
dnl # check for system headers
- AC_CHECK_HEADERS(string.h sys/types.h sys/socket.h netdb.h netinet/in.h)
+ AC_CHECK_HEADERS(string.h sys/types.h sys/socket.h netdb.h netinet/in.h net/if.h)
- dnl # check for system functions
- AC_CHECK_FUNCS(getaddrinfo)
+ dnl # check for MAC determination on BSD class platforms
+ AC_CHECK_HEADERS(ifaddrs.h net/if_dl.h)
+ AC_CHECK_FUNCS(getifaddrs)
dnl # check size of built-in types
AC_CHECK_SIZEOF(char, 1)
|
|