From 16b12bf578edfbb5f6324e713fb17a7d16501d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sat, 14 Sep 2013 12:54:34 +0000 Subject: [PATCH] Link DANE configure check with libpthread git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5226 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 368a65b4..8bab0723 100644 --- a/configure.in +++ b/configure.in @@ -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