[m-rev.] diff: update configure.in for darwin threads support

Peter Ross pro at missioncriticalit.com
Tue Oct 28 20:52:36 AEDT 2003


Hi,


===================================================================


Estimated hours taken: 0.1
Branches: main

configure.in:
    s/GC_MACOSX_THREADS/GC_DARWIN_THREADS/ to reflect the new name in
    the latest boehm_gc collector.


Index: configure.in
===================================================================
RCS file: /home/staff/zs/imp/mercury/configure.in,v
retrieving revision 1.378
diff -u -r1.378 configure.in
--- configure.in	27 Oct 2003 09:29:43 -0000	1.378
+++ configure.in	28 Oct 2003 09:48:26 -0000
@@ -2189,7 +2189,7 @@
 	# installed to test this, we currently restrict ourselves to the
 	# powerpc architecture.
 	*powerpc*apple*darwin*)
-		CFLAGS_FOR_THREADS="-DMR_THREAD_SAFE -DGC_MACOSX_THREADS"
+		CFLAGS_FOR_THREADS="-DMR_THREAD_SAFE -DGC_DARWIN_THREADS"
 		THREAD_LIBS=""
 		;;
 

----
Peter Ross
PhD Student University of Melbourne
http://www.cs.mu.oz.au/~petdr/
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list