trivial diff: more configure.in bug fixes
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Oct 2 19:09:04 AEST 1998
configure.in:
Fix another couple of bugs in trd's recent change:
- add a call to AC_MSG_RESULT() to print the result
of the test for sigcontext struct in the third arg;
- make sure the `mercury_ac_sigcontext_struct'
variable is initialized before using it.
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.135
diff -u -r1.135 configure.in
--- configure.in 1998/10/02 08:22:58 1.135
+++ configure.in 1998/10/02 09:04:44
@@ -468,9 +468,12 @@
exit(1);
}
}], [mercury_cv_sigcontext_struct_3arg=yes], [true], [true]))
+ AC_MSG_RESULT($mercury_cv_sigcontext_struct_3arg)
else
mercury_cv_sigcontext_struct_3arg=no
fi
+
+mercury_cv_sigcontext_struct=no
if test $mercury_cv_sigcontext_struct_2arg = yes; then
mercury_cv_sigcontext_struct=yes
--
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