@@ -428,7 +428,7 @@ function mesh_tox_node {
$CHROOT_PREFIX git checkout $TOX_COMMIT -b $TOX_COMMIT
$CHROOT_PREFIX autoreconf -i
- $CHROOT_PREFIX ./configure --enable-daemon
+ $CHROOT_PREFIX ./configure --enable-daemon --disable-av
if [ ! "$?" = "0" ]; then
return
fi