[m-rev.] trivial diff: fix quoting error in .NET version check
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Mar 8 04:14:06 AEDT 2002
Estimated hours taken: 0.1
Branches: main
aclocal.m4:
Fix quoting error.
Workspace: /home/earth/fjh/ws-earth6/mercury
Index: aclocal.m4
===================================================================
RCS file: /home/mercury1/repository/mercury/aclocal.m4,v
retrieving revision 1.9
diff -u -d -r1.9 aclocal.m4
--- aclocal.m4 4 Mar 2002 05:39:31 -0000 1.9
+++ aclocal.m4 7 Mar 2002 17:13:14 -0000
@@ -132,7 +132,7 @@
rm -f conftest*
else
rm -f conftest*
- if test $enable_dotnet_grades = "yes"; then
+ if test "$enable_dotnet_grades" = "yes"; then
AC_MSG_ERROR(unable to determine version)
exit 1
else
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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