mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-15 11:29:56 +00:00
fix autoconf syntax
This commit is contained in:
parent
9a1948e959
commit
4d7350f3d5
@ -781,9 +781,9 @@ AC_LANG_PROGRAM(
|
|||||||
#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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user