aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorJan van Dijk <jan@etpmod.phys.tue.nl>2006-11-06 20:49:31 +0100
committerDanny Smith <dannysmith@gcc.gnu.org>2006-11-06 19:49:31 +0000
commit5f60e48f450f8b42bde14571068b952c2ccfccc9 (patch)
tree4163c68494a4cd5ca39a44e218ad42a230fb51bd /gcc/configure
parent09fa8841f49c6f3949130406e27e7f7e080cb176 (diff)
downloadgcc-5f60e48f450f8b42bde14571068b952c2ccfccc9.zip
gcc-5f60e48f450f8b42bde14571068b952c2ccfccc9.tar.gz
gcc-5f60e48f450f8b42bde14571068b952c2ccfccc9.tar.bz2
configure.ac: Fix typo in case statement: :: changed to ;;
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
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
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