aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c0bdc1b1..9bfbd31c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1224,7 +1224,7 @@ AC_DEFINE_UNQUOTED([ENABLE_MALICIOUS], [$malicious],
1224 1224
1225# should services be started by default when a peer starts? Some services may 1225# should services be started by default when a peer starts? Some services may
1226# choose to never start by default and it is upto the service/module developer to 1226# choose to never start by default and it is upto the service/module developer to
1227# decide it by having "AUTOSTART = NO" instead of "AUTOSTART = @AUTOSTART" in 1227# decide it by having "AUTOSTART = NO" instead of "AUTOSTART = @AUTOSTART@" in
1228# the service/module's conf.in file. 1228# the service/module's conf.in file.
1229AUTOSTART="YES" 1229AUTOSTART="YES"
1230AC_MSG_CHECKING(whether to auto-start peer's services by default) 1230AC_MSG_CHECKING(whether to auto-start peer's services by default)