[m-dev.] trivial diff: fix configure options in test_mercury

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Dec 24 21:03:53 AEDT 2000


Estimated hours taken: 0.25

tools/test_mercury:
	Fix a bug in my previous change:
	s/--enable-most-grades/--enable-inefficient-grades/

Workspace: /home/pgrad/fjh/ws/hg
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.127
@@ -206,7 +206,7 @@
 
 case $HOST in
 	murlibobo)
-		CONFIG_OPTS="--enable-most-grades" ;;
+		CONFIG_OPTS="--enable-inefficient-grades" ;;
 	kryten)		
 		# On kryten & taifun, there is a bug in readline which causes
 		# it to go into an infinite loop when reading from a file.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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