From: Michael Jerris Date: Sat, 8 Mar 2014 01:05:45 +0000 (-0500) Subject: fix autoconf syntax X-Git-Tag: v1.5.11~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f289d2522063f575416e6ac68eca982963039fe;p=thirdparty%2Ffreeswitch.git fix autoconf syntax --- diff --git a/libs/ldns/acx_nlnetlabs.m4 b/libs/ldns/acx_nlnetlabs.m4 index 2bcb74440c..d844a65817 100644 --- a/libs/ldns/acx_nlnetlabs.m4 +++ b/libs/ldns/acx_nlnetlabs.m4 @@ -780,11 +780,9 @@ AC_LANG_PROGRAM( #ifdef HAVE_WS2TCPIP_H #include #endif -]])], -[[ +]],[[ (void)getaddrinfo(NULL, NULL, NULL, NULL); -]] -), +]])], [ ac_cv_func_getaddrinfo="yes" dnl already: LIBS="$LIBS -lws2_32"