Commit 5f60e48f by Jan van Dijk Committed by Danny Smith

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
parent 09fa8841
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,
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment