From 5f60e48f450f8b42bde14571068b952c2ccfccc9 Mon Sep 17 00:00:00 2001 From: Jan van Dijk Date: Mon, 6 Nov 2006 20:49:31 +0100 Subject: configure.ac: Fix typo in case statement: :: changed to ;; 2006-11-06 Jan van Dijk * configure.ac: Fix typo in case statement: :: changed to ;; * configure: Regenerate. From-SVN: r118525 --- gcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index 582e37b..18a7879 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 -- cgit v1.1