mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
ipv6: fix configure flag
Issue: #46181 Change-Id: I5036c3ef76cdd0a3d4cde6314e5b52fa425c778a
This commit is contained in:
@ -367,8 +367,8 @@ AM_CONDITIONAL(USE_NETWORKMANAGER, test "x$with_networkmanager" = "xyes" )
|
||||
dnl IPv6 mode is default-disabled
|
||||
AC_ARG_ENABLE([ipv6], AS_HELP_STRING([--enable-ipv6], [Enable IPv6 support]))
|
||||
|
||||
AC_DEFINE_UNQUOTED([HAVE_IPV6], `if test "x$with_ipv6" = "xyes"; then echo 1; else echo 0; fi`, [Define if you have IPv6])
|
||||
AM_CONDITIONAL(BUILD_IPV6, test "x$with_ipv6" = "xyes" )
|
||||
AC_DEFINE_UNQUOTED([HAVE_IPV6], `if test "x$enable_ipv6" = "xyes"; then echo 1; else echo 0; fi`, [Define if you have IPv6])
|
||||
AM_CONDITIONAL(BUILD_IPV6, test "x$enable_ipv6" = "xyes" )
|
||||
|
||||
|
||||
# DOXYGEN
|
||||
|
Reference in New Issue
Block a user