This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] trivial fix for typo in gcc/configure.ac


	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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]