head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2005.04.20.08.17.07;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.20.07.48.40;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- respect PTHREAD_LIBS

Noted by:   kris
@
text
@--- configure.orig	Fri Apr 15 07:18:10 2005
+++ configure	Wed Apr 20 15:45:54 2005
@@@@ -3156,7 +3156,7 @@@@
 # which indicates that we try without any flags at all, and "pthread-config"
 # which is a program returning the flags for the Pth emulation library.
 
-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
+acx_pthread_flags="pthreads none -Kthread -kthread %%PTHREAD_LIBS%% -pthreads lthread -mthreads pthread --thread-safe -mt pthread-config"
 
 # The ordering *is* (sometimes) important.  Some notes on the
 # individual items follow:
@


1.1
log
@- update to 1.4.1
- prefer -pthread than lthread

PR:		80071
Submitted by:	Marcus Grando <marcus AT corp dot grupos dot com dot br>
@
text
@d8 1
a8 1
+acx_pthread_flags="pthreads none -Kthread -kthread -pthread -pthreads lthread -mthreads pthread --thread-safe -mt pthread-config"
@

