+1626. [bug] --enable-getifaddrs was broken. [RT#11259]
+
1625. [placeholder] rt11237
1624. [bug] zonemgr_putio() call should be locked. [RT# 11163]
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
-AC_REVISION($Revision: 1.355 $)
+AC_REVISION($Revision: 1.356 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
# project handles the AF_INET6 case correctly. We need to avoid
# using the former but prefer the latter unless overridden by
# --enable-getifaddrs=glibc.
- if $use_getifaddrs = glibc
+ if test $use_getifaddrs = glibc
then
AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
else