fixed configure script to build with DHT logging
This commit is contained in:
parent
7e343a9d6f
commit
b8191fb7c0
|
@ -603,7 +603,7 @@ AS_CASE(["$ARG_WITH_LIBGEOIP"],
|
|||
# Setting conditional variables for Makefiles
|
||||
###############################################################################
|
||||
|
||||
AM_CONDITIONAL([ENABLE_DHT], [test "x$ARG_ENABLE_DHT" = "xyes"])
|
||||
AM_CONDITIONAL([ENABLE_DHT], [test "x$ARG_ENABLE_DHT" = "xyes" -o "x$ARG_ENABLE_DHT" = "xlogging" ])
|
||||
AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$ARG_ENABLE_EXAMPLES" = "xyes"])
|
||||
AM_CONDITIONAL([ENABLE_TESTS], [test "x$ARG_ENABLE_TESTS" = "xyes"])
|
||||
AM_CONDITIONAL([ENABLE_PYTHON_BINDING], [test "x$ARG_ENABLE_PYTHON_BINDING" = "xyes"])
|
||||
|
|
Loading…
Reference in New Issue