You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
572 B

  1. diff --git a/configure.ac b/configure.ac
  2. index a08ce67..83bf094 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -106,10 +106,6 @@ AS_IF([test "x$with_ncurses" = "xyes"],
  6. ])
  7. AM_CONDITIONAL([WITH_CURSES], [test "x$with_ncurses" = xyes])
  8. -AC_CHECK_LIB([cap], [cap_set_proc], [],
  9. - AS_IF([test "$host_os" = linux-gnu],
  10. - AC_MSG_WARN([Capabilities support is strongly recommended for increased security. See SECURITY for more information.])))
  11. -
  12. # Enable ipinfo
  13. AC_ARG_WITH([ipinfo],
  14. [AS_HELP_STRING([--without-ipinfo], [Do not try to use ipinfo lookup at all])],