daemon: configure: fix typo

Was fixed but got lost in gerrit patchsets.

Refs #60968

Change-Id: I47758058c470c1a5336e71991514bae3324d5b4e
This commit is contained in:
Tristan Matthews
2014-11-21 14:15:03 -05:00
parent f942c74cb3
commit 63b52c048e

View File

@ -549,7 +549,7 @@ AS_IF([test "x$enable_dht" != "xno" -a "$HAVE_GNUTLS" -eq 1],
AM_CONDITIONAL(USE_DHT, true),
AC_DEFINE([HAVE_DHT], 0, [Define to enable dht])
AM_CONDITIONAL(USE_DHT, false)
AC_MSG_WARN([Missing OpenDTH]))],
AC_MSG_WARN([Missing OpenDHT]))],
[AC_DEFINE([HAVE_DHT], 0, [Define to enable dht])
AM_CONDITIONAL(USE_DHT, false)])