diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-12-07 21:30:34 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-12-07 21:30:34 +0000 |
commit | 8465e25bec93716b299e6bdddd832cf84fc5d58c (patch) | |
tree | 082346a4f788b1b9e1563b9bd473aab477718b26 /configure.ac | |
parent | 2a2708dde105c46cee19dd09ee792da2e6c93f8f (diff) |
-zero-terminate
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9c0bdc1b1c..9bfbd31c31 100644 --- a/configure.ac +++ b/configure.ac @@ -1224,7 +1224,7 @@ AC_DEFINE_UNQUOTED([ENABLE_MALICIOUS], [$malicious], # should services be started by default when a peer starts? Some services may # choose to never start by default and it is upto the service/module developer to -# decide it by having "AUTOSTART = NO" instead of "AUTOSTART = @AUTOSTART" in +# decide it by having "AUTOSTART = NO" instead of "AUTOSTART = @AUTOSTART@" in # the service/module's conf.in file. AUTOSTART="YES" AC_MSG_CHECKING(whether to auto-start peer's services by default) |