trivial diff: configure.in bug fix

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Oct 2 18:22:00 AEST 1998


configure.in:
	Fix a bug in trd's recent change: move a C-style comment
	inside the AC_TRY_RUN macro (`sh' doesn't like C-style
	comments much ;-).

Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.134
diff -u -r1.134 configure.in
--- configure.in	1998/10/02 05:35:09	1.134
+++ configure.in	1998/10/02 08:20:03
@@ -428,9 +428,8 @@
 	AC_CACHE_VAL(mercury_cv_sigcontext_struct_3arg,
 	mercury_cv_sigcontext_struct_3arg=no
 
-	/* see runtime/mercury_memory.c for documentation of this code */
-
 	AC_TRY_RUN([
+	/* see runtime/mercury_memory.c for documentation of this code */
 
 	#define sigcontext_struct sigcontext
 

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



More information about the developers mailing list