@@ -7527,7 +7527,7 @@ function install_tox_node {
git clone $TOX_REPO
cd $INSTALL_DIR/toxcore
autoreconf -i
- ./configure
+ ./configure --enable-daemon
if [ ! "$?" = "0" ]; then
exit 78467
fi