Skip to content
Snippets Groups Projects
Commit 63b52c04 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

daemon: configure: fix typo

Was fixed but got lost in gerrit patchsets.

Refs #60968

Change-Id: I47758058c470c1a5336e71991514bae3324d5b4e
parent f942c74c
No related branches found
No related tags found
No related merge requests found
...@@ -549,7 +549,7 @@ AS_IF([test "x$enable_dht" != "xno" -a "$HAVE_GNUTLS" -eq 1], ...@@ -549,7 +549,7 @@ AS_IF([test "x$enable_dht" != "xno" -a "$HAVE_GNUTLS" -eq 1],
AM_CONDITIONAL(USE_DHT, true), AM_CONDITIONAL(USE_DHT, true),
AC_DEFINE([HAVE_DHT], 0, [Define to enable dht]) AC_DEFINE([HAVE_DHT], 0, [Define to enable dht])
AM_CONDITIONAL(USE_DHT, false) AM_CONDITIONAL(USE_DHT, false)
AC_MSG_WARN([Missing OpenDTH]))], AC_MSG_WARN([Missing OpenDHT]))],
[AC_DEFINE([HAVE_DHT], 0, [Define to enable dht]) [AC_DEFINE([HAVE_DHT], 0, [Define to enable dht])
AM_CONDITIONAL(USE_DHT, false)]) AM_CONDITIONAL(USE_DHT, false)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment