aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-07 21:30:34 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-07 21:30:34 +0000
commit8465e25bec93716b299e6bdddd832cf84fc5d58c (patch)
tree082346a4f788b1b9e1563b9bd473aab477718b26 /configure.ac
parent2a2708dde105c46cee19dd09ee792da2e6c93f8f (diff)
downloadgnunet-8465e25bec93716b299e6bdddd832cf84fc5d58c.tar.gz
gnunet-8465e25bec93716b299e6bdddd832cf84fc5d58c.zip
-zero-terminate
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)