[PATCH] trivial fix for typo in gcc/configure.ac
Jan van Dijk
jan@etpmod.phys.tue.nl
Mon Nov 6 13:33:00 GMT 2006
Good morning,
The following trivial patch fixes an apparent typo in configure.ac in the gcc/
subdirectory. This is HEAD, I did not check if this is needed on any of the
branches as well.
Regards, Jan van Dijk
2006-11-06 Jan van Dijk <jan@etpmod.phys.tue.nl>
* configure.ac: Fixed typo in case statement: :: changed to ;;
Index: configure.ac
===================================================================
--- configure.ac (revision 118516)
+++ configure.ac (working copy)
@@ -1438,7 +1438,7 @@
*)
AC_CHECK_FUNC(__cxa_atexit,[use_cxa_atexit=yes],
[echo "__cxa_atexit can't be enabled on this target"])
- ::
+ ;;
esac
else
# We can't check for __cxa_atexit when building a cross, so assume
--
If I haven't seen further, it is by standing in the footprints of giants
More information about the Gcc
mailing list