configure.ac: Fix typo in case statement: :: changed to ;;
authorJan van Dijk <jan@etpmod.phys.tue.nl>
Mon, 6 Nov 2006 19:49:31 +0000 (20:49 +0100)
committerDanny Smith <dannysmith@gcc.gnu.org>
Mon, 6 Nov 2006 19:49:31 +0000 (19:49 +0000)
2006-11-06  Jan van Dijk  <jan@etpmod.phys.tue.nl>

* configure.ac: Fix typo in case statement: :: changed to ;;
* configure: Regenerate.

From-SVN: r118525

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 967d3c2db8e379d353b00acb96098113962080ce..55861a28c78831864dcbd679b08b3ea8ba154356 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-06  Jan van Dijk  <jan@etpmod.phys.tue.nl>
+
+       * configure.ac: Fixed typo in case statement: :: changed to ;;
+
 2006-11-06  Bob Wilson  <bob.wilson@acm.org>
 
        * longlong.h (__xtensa__): Add definitions for umul_ppmm, __umulsidi3,
index 582e37b1a93e87ed7649ec1be3348a700e06a6a4..18a7879a620039f5fa8188d4a74d43a822c2f7c1 100755 (executable)
@@ -12531,7 +12531,7 @@ else
   echo "__cxa_atexit can't be enabled on this target"
 fi
 
-       ::
+       ;;
     esac
   else
     # We can't check for __cxa_atexit when building a cross, so assume
index b089f607a757eb90cf3806e687b06435d7a18858..4cae3c83b9532e35e10fd0c4e71ff8edae704174 100644 (file)
@@ -1438,7 +1438,7 @@ if test x$enable___cxa_atexit = xyes || \
       *)
        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