mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
/connect works - although only with IP addresses.
This commit is contained in:
parent
3200c381db
commit
cec68557aa
5 changed files with 165 additions and 6 deletions
|
|
@ -514,7 +514,12 @@ dnl **
|
|||
|
||||
if test "x$want_capsicum" = "xyes"; then
|
||||
AC_CHECK_LIB(c, cap_enter, [
|
||||
AC_DEFINE(HAVE_CAPSICUM,, Build with Capsicum support)
|
||||
AC_CHECK_LIB(nv, nvlist_create, [
|
||||
AC_DEFINE(HAVE_CAPSICUM,, Build with Capsicum support)
|
||||
LIBS="$LIBS -lnv"
|
||||
], [
|
||||
want_capsicum="no, nvlist_create not found"
|
||||
])
|
||||
], [
|
||||
want_capsicum="no, cap_enter not found"
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue