Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,9 @@ if test "x$HAVE_LIBFMT" = "xno"; then
AC_MSG_ERROR([libfmt header not found. Install with 'sudo apt-get install libfmt-dev'])
fi

AC_CHECK_HEADERS([sys/capability.h], [], [
AC_MSG_ERROR([libcap header not found. Please install libcap-dev])
])
AC_CHECK_HEADERS([editline/readline.h histedit.h], [], [
AC_MSG_ERROR([libedit headers not found. Please install libedit-dev or libedit-devel.])
])
Expand Down
Loading