mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
fix config enable name for getifaddrs
copy-paste... Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
c4ef7b1609
commit
3c82019d52
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ AC_ARG_ENABLE(builtin-getifaddrs,
|
|||
[ --enable-builtin-getifaddrs Use BSD getifaddrs implementation from libwebsockets... default is your libc provides it],
|
||||
[ builtin_getifaddrs=yes
|
||||
])
|
||||
if test "x$x_google_mux" = "xyes" ; then
|
||||
if test "x$builtin-getifaddrs" = "xyes" ; then
|
||||
CFLAGS="$CFLAGS -DLWS_BUILTIN_GETIFADDRS"
|
||||
fi
|
||||
AM_CONDITIONAL(USE_BUILTIN_GETIFADDRS, test x$builtin_getifaddrs = xyes)
|
||||
|
|
Loading…
Add table
Reference in a new issue