diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-06 19:49:31 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-06 19:49:31 +0000 |
commit | 55a5bb1eedfa775c9a2daf4ba947f8fec30767e0 (patch) | |
tree | 4163c68494a4cd5ca39a44e218ad42a230fb51bd /gcc/configure | |
parent | 8e8c0c04a82c8f2966db7ce57b17431e4bdbe673 (diff) | |
download | gcc-55a5bb1eedfa775c9a2daf4ba947f8fec30767e0.tar.gz |
2006-11-06 Jan van Dijk <jan@etpmod.phys.tue.nl>
* configure.ac: Fix typo in case statement: :: changed to ;;
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118525 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 582e37b1a93..18a7879a620 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 |