|
@@ -107,9 +107,9 @@ AC_CHECK_DECLS([CLOCK_MONOTONIC],,,[
|
|
AC_REPLACE_FUNCS([strlcpy])
|
|
AC_REPLACE_FUNCS([strlcpy])
|
|
AC_REPLACE_FUNCS([strndup])
|
|
AC_REPLACE_FUNCS([strndup])
|
|
AC_REPLACE_FUNCS([clock_gettime])
|
|
AC_REPLACE_FUNCS([clock_gettime])
|
|
-AC_CHECK_FUNCS([pipe _pipe getifaddrs])
|
|
|
|
|
|
+AC_CHECK_FUNCS([pipe _pipe getifaddrs nl_langinfo])
|
|
|
|
|
|
-AC_CHECK_HEADERS([bsd/string.h langinfo.h alloca.h sys/queue.h arpa/inet.h sys/socket.h sys/time.h ifaddrs.h])
|
|
|
|
|
|
+AC_CHECK_HEADERS([bsd/string.h alloca.h sys/queue.h arpa/inet.h sys/socket.h sys/time.h ifaddrs.h])
|
|
|
|
|
|
## Configure random device path
|
|
## Configure random device path
|
|
AC_ARG_WITH([urandom],
|
|
AC_ARG_WITH([urandom],
|