fix autoconf syntax

This commit is contained in:
Michael Jerris 2014-03-07 20:05:45 -05:00
parent 47f1219e29
commit 2f289d2522
1 changed files with 2 additions and 4 deletions

View File

@ -780,11 +780,9 @@ AC_LANG_PROGRAM(
#ifdef HAVE_WS2TCPIP_H
#include <ws2tcpip.h>
#endif
]])],
[[
]],[[
(void)getaddrinfo(NULL, NULL, NULL, NULL);
]]
),
]])],
[
ac_cv_func_getaddrinfo="yes"
dnl already: LIBS="$LIBS -lws2_32"