aboutsummaryrefslogtreecommitdiff
path: root/net/linneighborhood/files/patch-configure
blob: 145bad4a5e061e0bbf6be215be437cd4f78f0763 (plain) (blame)
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
31
32
--- configure.orig	Sun Jun  9 09:58:45 2002
+++ configure	Thu Feb 13 07:53:13 2003
@@ -4800,13 +4800,13 @@
    { (exit 1); exit 1; }; }
 fi
 
-echo "$as_me:4803: checking for pthread_exit in -lpthread" >&5
-echo $ECHO_N "checking for pthread_exit in -lpthread... $ECHO_C" >&6
+echo "$as_me:4803: checking for pthread_exit in -lc_r" >&5
+echo $ECHO_N "checking for pthread_exit in -lc_r... $ECHO_C" >&6
 if test "${ac_cv_lib_pthread_pthread_exit+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread  $LIBS"
+LIBS="-lc_r  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line 4811 "configure"
 #include "confdefs.h"
@@ -4857,10 +4857,10 @@
 
 if test "x$lib_pthread" = "xno" ; then
   { { echo "$as_me:4859: error:
-    *** libpthread.so: posix thread library no found ***
+    *** libc_r.so: posix thread library no found ***
   " >&5
 echo "$as_me: error:
-    *** libpthread.so: posix thread library no found ***
+    *** libc_r.so: posix thread library no found ***
   " >&2;}
    { (exit 1); exit 1; }; }
 fi