libgo: Correct test for whether to use DejaGNU.

From-SVN: r195861
This commit is contained in:
Ian Lance Taylor 2013-02-07 18:01:54 +00:00
parent 6edc3e32a4
commit 553752e19f
2 changed files with 2 additions and 2 deletions

2
libgo/configure vendored
View File

@ -13566,7 +13566,7 @@ fi
USE_DEJAGNU=no
case ${host} in
*-*-rtems*) USE_DEJAGNU=yes ;;
${target}) ;;
${build}) ;;
*) USE_DEJAGNU=yes ;;
esac

View File

@ -162,7 +162,7 @@ dnl build.
USE_DEJAGNU=no
case ${host} in
*-*-rtems*) USE_DEJAGNU=yes ;;
${target}) ;;
${build}) ;;
*) USE_DEJAGNU=yes ;;
esac
AC_SUBST(USE_DEJAGNU)