summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-06 19:49:31 +0000
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-06 19:49:31 +0000
commit55a5bb1eedfa775c9a2daf4ba947f8fec30767e0 (patch)
tree4163c68494a4cd5ca39a44e218ad42a230fb51bd /gcc/configure.ac
parent8e8c0c04a82c8f2966db7ce57b17431e4bdbe673 (diff)
downloadgcc-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.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index b089f607a75..4cae3c83b95 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -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