summaryrefslogtreecommitdiff
path: root/textproc/scew/patches/patch-aa
blob: 139dfc64b4a4ce0029a639866fae706cb082c121 (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
25
26
27
28
29
30
$NetBSD: patch-aa,v 1.1 2006/01/10 16:14:32 joerg Exp $

--- configure.orig	2006-01-10 16:06:02.000000000 +0000
+++ configure
@@ -4225,13 +4225,13 @@ fi
 
 
 
-echo "$as_me:$LINENO: checking for pthread_key_create in -lpthread" >&5
-echo $ECHO_N "checking for pthread_key_create in -lpthread... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking for pthread_key_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5
+echo $ECHO_N "checking for pthread_key_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6
 if test "${ac_cv_lib_pthread_pthread_key_create+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread  $LIBS"
+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 /* confdefs.h.  */
@@ -4284,7 +4284,7 @@ if test $ac_cv_lib_pthread_pthread_key_c
 #define HAVE_LIBPTHREAD 1
 _ACEOF
 
-  LIBS="-lpthread $LIBS"
+  LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS"
 
 else
   { { echo "$as_me:$LINENO: error: Unable to find pthread libray." >&5