* 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

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*)