diff --git a/src/freedombone b/src/freedombone index d268498a..dbdaed08 100755 --- a/src/freedombone +++ b/src/freedombone @@ -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