mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #523 from jin-eld/fix-configure-help-typo
Fix typo in configure script help text
This commit is contained in:
commit
e3da5d1077
|
@ -45,7 +45,7 @@ AC_ARG_ENABLE([ntox],
|
|||
)
|
||||
|
||||
AC_ARG_ENABLE([dht-bootstrap-daemon],
|
||||
[AC_HELP_STRING([--disable-dht-boostrap-daemon], [build DHT bootstrap daemon (default: auto)]) ],
|
||||
[AC_HELP_STRING([--disable-dht-bootstrap-daemon], [build DHT bootstrap daemon (default: auto)]) ],
|
||||
[
|
||||
if test "x$enableval" = "xno"; then
|
||||
BUILD_DHT_BOOTSTRAP_DAEMON="no"
|
||||
|
|
Loading…
Reference in New Issue
Block a user