X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=aclocal%2Fipv6.m4;h=2490f3d0ea4e5567d5ae38441d04b277b374605a;hp=0564b3e7067609e616d0b4f9bbc3e2d193257df8;hb=148503a575534a4050d709045a6c0dcddd565445;hpb=530abf870f5188b2bdd4a9211d7c93fb6ce68854 diff --git a/aclocal/ipv6.m4 b/aclocal/ipv6.m4 index 0564b3e..2490f3d 100644 --- a/aclocal/ipv6.m4 +++ b/aclocal/ipv6.m4 @@ -11,11 +11,11 @@ AC_DEFUN([AC_IPV6], [ dnl TI-RPC required for IPv6 if test "$enable_tirpc" = no; then - AC_MSG_ERROR(['--enable-ipv6' requires '--enable-tirpc'.]) + AC_MSG_ERROR(['--enable-ipv6' requires TIRPC support.]) fi dnl IPv6-enabled networking functions required for IPv6 - AC_CHECK_FUNCS([getnameinfo bindresvport_sa], , , + AC_CHECK_FUNCS([getnameinfo bindresvport_sa], , [AC_MSG_ERROR([Missing functions needed for IPv6.])]) dnl Need to detect presence of IPv6 networking at run time via