mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
fix autoconf syntax
This commit is contained in:
parent
47f1219e29
commit
2f289d2522
@ -780,11 +780,9 @@ AC_LANG_PROGRAM(
|
|||||||
#ifdef HAVE_WS2TCPIP_H
|
#ifdef HAVE_WS2TCPIP_H
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#endif
|
#endif
|
||||||
]])],
|
]],[[
|
||||||
[[
|
|
||||||
(void)getaddrinfo(NULL, NULL, NULL, NULL);
|
(void)getaddrinfo(NULL, NULL, NULL, NULL);
|
||||||
]]
|
]])],
|
||||||
),
|
|
||||||
[
|
[
|
||||||
ac_cv_func_getaddrinfo="yes"
|
ac_cv_func_getaddrinfo="yes"
|
||||||
dnl already: LIBS="$LIBS -lws2_32"
|
dnl already: LIBS="$LIBS -lws2_32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user