diff options
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 248d87da..185fecb4 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -45,7 +45,7 @@ AC_ARG_ENABLE([ntox], | |||
45 | ) | 45 | ) |
46 | 46 | ||
47 | AC_ARG_ENABLE([dht-bootstrap-daemon], | 47 | AC_ARG_ENABLE([dht-bootstrap-daemon], |
48 | [AC_HELP_STRING([--disable-dht-boostrap-daemon], [build DHT bootstrap daemon (default: auto)]) ], | 48 | [AC_HELP_STRING([--disable-dht-bootstrap-daemon], [build DHT bootstrap daemon (default: auto)]) ], |
49 | [ | 49 | [ |
50 | if test "x$enableval" = "xno"; then | 50 | if test "x$enableval" = "xno"; then |
51 | BUILD_DHT_BOOTSTRAP_DAEMON="no" | 51 | BUILD_DHT_BOOTSTRAP_DAEMON="no" |