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
This commit is contained in:
Jan van Dijk 2006-11-06 20:49:31 +01:00 committed by Danny Smith
parent 09fa8841f4
commit 5f60e48f45
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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> 2006-11-06 Bob Wilson <bob.wilson@acm.org>
* longlong.h (__xtensa__): Add definitions for umul_ppmm, __umulsidi3, * longlong.h (__xtensa__): Add definitions for umul_ppmm, __umulsidi3,

2
gcc/configure vendored
View File

@ -12531,7 +12531,7 @@ else
echo "__cxa_atexit can't be enabled on this target" echo "__cxa_atexit can't be enabled on this target"
fi fi
:: ;;
esac esac
else else
# We can't check for __cxa_atexit when building a cross, so assume # We can't check for __cxa_atexit when building a cross, so assume

View File

@ -1438,7 +1438,7 @@ if test x$enable___cxa_atexit = xyes || \
*) *)
AC_CHECK_FUNC(__cxa_atexit,[use_cxa_atexit=yes], AC_CHECK_FUNC(__cxa_atexit,[use_cxa_atexit=yes],
[echo "__cxa_atexit can't be enabled on this target"]) [echo "__cxa_atexit can't be enabled on this target"])
:: ;;
esac esac
else else
# We can't check for __cxa_atexit when building a cross, so assume # We can't check for __cxa_atexit when building a cross, so assume