mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
Remove dane support and drop the dependency on dnsval
This commit is contained in:
parent
fd371cc345
commit
70a4b8dc64
2 changed files with 0 additions and 65 deletions
27
configure.ac
27
configure.ac
|
|
@ -144,15 +144,6 @@ AC_ARG_WITH(perl,
|
|||
fi,
|
||||
want_perl=static)
|
||||
|
||||
AC_ARG_ENABLE(dane,
|
||||
[ --enable-dane Enable DANE support],
|
||||
if test x$enableval = xno ; then
|
||||
want_dane=no
|
||||
else
|
||||
want_dane=yes
|
||||
fi,
|
||||
want_dane=no)
|
||||
|
||||
AC_ARG_ENABLE(true-color,
|
||||
[ --enable-true-color Build with true color support in terminal],
|
||||
if test x$enableval = xno ; then
|
||||
|
|
@ -597,23 +588,6 @@ COMMON_LIBS="$FE_COMMON_LIBS $COMMON_NOUI_LIBS"
|
|||
AC_SUBST(COMMON_NOUI_LIBS)
|
||||
AC_SUBST(COMMON_LIBS)
|
||||
|
||||
have_dane=no
|
||||
if test "x$want_dane" = "xyes"; then
|
||||
AC_MSG_CHECKING([for DANE])
|
||||
AC_CHECK_LIB(val-threads, val_getdaneinfo,
|
||||
[
|
||||
LIBS="$LIBS -lval-threads -lsres"
|
||||
AC_DEFINE([HAVE_DANE], [], [DANE support])
|
||||
have_dane=yes
|
||||
], [], [-lssl -lcrypto -lsres -lpthread])
|
||||
|
||||
if test x$have_dane = "xyes" ; then
|
||||
if test x$have_openssl = "xno" ; then
|
||||
AC_ERROR([SSL is required to build Irssi with DANE support enabled.])
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "x$want_truecolor" = "xyes" -a "x$want_termcap" != "xyes" -a "x$want_terminfo" = "xyes" ; then
|
||||
AC_DEFINE([TERM_TRUECOLOR], [], [true color support in terminal])
|
||||
else
|
||||
|
|
@ -763,7 +737,6 @@ if test "x$have_openssl" = "xno" -a "x$enable_ssl" = "xyes"; then
|
|||
fi
|
||||
fi
|
||||
echo "Building with 64bit DCC support .. : $offt_64bit"
|
||||
echo "Building with DANE support ....... : $have_dane"
|
||||
echo "Building with true color support.. : $want_truecolor"
|
||||
|
||||
echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue