* configure.ac: Fix my previous change to really match GCC.

* configure: Regenerate.
This commit is contained in:
Bernd Schmidt 2007-07-12 11:51:39 +00:00
parent 7e644d8aed
commit 6e3117d51b
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
* configure.ac: Fix my previous change to really match GCC.
* configure: Regenerate.
2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure.ac: Rewrite 'configure --help' strings to look nicer.

2
configure vendored
View File

@ -2086,7 +2086,7 @@ esac
# Disable libmudflap on some systems.
if test x$enable_libmudflap = x ; then
case "${target}" in
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*)
# Enable libmudflap by default in GNU and friends.
;;
*-*-freebsd*)

View File

@ -364,7 +364,7 @@ esac
# Disable libmudflap on some systems.
if test x$enable_libmudflap = x ; then
case "${target}" in
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*)
# Enable libmudflap by default in GNU and friends.
;;
*-*-freebsd*)