[m-dev.] diff: configure.in

Peter Ross peter.ross at miscrit.be
Fri Sep 15 19:32:55 AEDT 2000


Hi,


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


Estimated hours taken: 0.1

configure.in:
	The Microsoft C compiler is often represented by CL rather then
	cl, so identify both as being the MS C compiler.


Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.223
diff -u -r1.223 configure.in
--- configure.in	2000/09/14 14:31:22	1.223
+++ configure.in	2000/09/15 08:29:49
@@ -1652,7 +1652,7 @@
 
 	*cygwin*)
 		case "$CC" in
-			*cl*)	# cl is the Microsoft C compiler
+			*cl* | *CL*)	# cl is the Microsoft C compiler
 				CFLAGS_FOR_THREADS="-DMR_THREAD_SAFE -DWIN32_THREADS /MD" ;;
 			*)
 				CFLAGS_FOR_THREADS="" ;;

--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list