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 39b78fd3e..c6910c1de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1381,7 +1381,7 @@ AC_DEFINE_UNQUOTED([ENABLE_MALICIOUS], [$malicious],
1381# never start by default and it is up to the service/module developer to decide 1381# never start by default and it is up to the service/module developer to decide
1382# by having "START_ON_DEMAND = NO" instead of "START_ON_DEMAND = @START_ON_DEMAND@" 1382# by having "START_ON_DEMAND = NO" instead of "START_ON_DEMAND = @START_ON_DEMAND@"
1383# in the service/module's conf.in file. 1383# in the service/module's conf.in file.
1384# See also FORCESTART for an unconditional immediate start. 1384# See also IMMEDIATE_START for an unconditional immediate start.
1385START_ON_DEMAND="YES" 1385START_ON_DEMAND="YES"
1386AC_MSG_CHECKING(whether to start peer's services on demand by default) 1386AC_MSG_CHECKING(whether to start peer's services on demand by default)
1387AC_ARG_ENABLE([autostart], 1387AC_ARG_ENABLE([autostart],