From: Harlan Stenn Date: Sun, 16 Oct 2005 06:30:43 +0000 (-0400) Subject: fix quoting in ISC_PLATFORM_NEEDIN6ADDRANY test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25264a83fdba5eb7b0549b4413d322901929ecfe;p=thirdparty%2Fntp.git fix quoting in ISC_PLATFORM_NEEDIN6ADDRANY test bk: 4351f393zyKlzPpLtgFvehOF9Q5LLw --- diff --git a/configure.ac b/configure.ac index 872fe56416..c9586cef92 100644 --- a/configure.ac +++ b/configure.ac @@ -3910,7 +3910,7 @@ $isc_netinetin6_hack $isc_netinet6in6_hack $isc_in_addr6_hack ], - [struct in6_addr in6; in6 = in6addr_any; return (in6.s6_addr[0]);], + [[struct in6_addr in6; in6 = in6addr_any; return (in6.s6_addr[0]);]], [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no) AC_DEFINE(ISC_PLATFORM_NEEDIN6ADDRANY, ,