Skip to content
Snippets Groups Projects
Commit a073fd46 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

autoconf: add readline dependency for tools

parent 4f74a3b1
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,9 @@ PKG_CHECK_MODULES([msgpack], [msgpack >= 1.1])
AC_ARG_ENABLE([tools], AS_HELP_STRING([--disable-tools],[Disable tools (CLI DHT node)]),,build_tools=yes)
AM_CONDITIONAL(ENABLE_TOOLS, test x$build_tools == xyes)
AM_COND_IF([ENABLE_TOOLS], [
AC_CHECK_HEADERS([readline/readline.h readline/history.h])
])
AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([doc/Doxyfile doc/Makefile])])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment