libgo: Correct test for whether to use DejaGNU.
From-SVN: r195861
This commit is contained in:
parent
6edc3e32a4
commit
553752e19f
2 changed files with 2 additions and 2 deletions
2
libgo/configure
vendored
2
libgo/configure
vendored
|
@ -13566,7 +13566,7 @@ fi
|
|||
USE_DEJAGNU=no
|
||||
case ${host} in
|
||||
*-*-rtems*) USE_DEJAGNU=yes ;;
|
||||
${target}) ;;
|
||||
${build}) ;;
|
||||
*) USE_DEJAGNU=yes ;;
|
||||
esac
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue