summaryrefslogtreecommitdiff
path: root/security/opensc/patches/patch-configure.ac
blob: ff337caced810112d6d5e9ebc5be72db1064be19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-configure.ac,v 1.3 2016/08/04 13:08:25 mef Exp $

This hunk has been in pkgsrc for a long time; it needs a comment!

--- configure.ac.orig	2016-06-04 08:22:08.000000000 +0900
+++ configure.ac	2016-08-04 21:50:22.000000000 +0900
@@ -384,17 +384,6 @@ if test "${WIN32}" = "no"; then
 	AC_SEARCH_LIBS([dlopen], [dl dld], [], [
 		AC_MSG_ERROR([unable to find the dlopen() function])
 	])
-
-	dnl Special check for pthread support.
-	AX_PTHREAD(
-		[AC_DEFINE(
-			[HAVE_PTHREAD],
-			[1],
-			[Define if you have POSIX threads libraries and header files.]
-		)],
-		[AC_MSG_ERROR([POSIX thread support required])]
-	)
-	CC="${PTHREAD_CC}"
 fi
 
 if test "${enable_thread_locking}" = "yes"; then