* configure.ac: Don't add target-libmudflap to noconfigdirs for

uclinux and linux-uclibc targets.
	* configure: Regenerate.
This commit is contained in:
Bernd Schmidt
2007-06-29 11:33:56 +00:00
parent b363c819dd
commit a25361ff0f
3 changed files with 8 additions and 2 deletions

2
configure vendored
View File

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