mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Link DANE configure check with libpthread
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5226 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
56700f9515
commit
16b12bf578
@ -633,7 +633,7 @@ if test "x$want_dane" = "xyes"; then
|
||||
LIBS="$LIBS -lval-threads -lsres"
|
||||
AC_DEFINE([HAVE_DANE], [], [DANE support])
|
||||
have_dane=yes
|
||||
], [], [-lssl -lcrypto -lsres])
|
||||
], [], [-lssl -lcrypto -lsres -lpthread])
|
||||
|
||||
if test x$have_dane = "xyes" ; then
|
||||
if test x$have_openssl = "xno" ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user