Commit 553752e1 by Ian Lance Taylor

libgo: Correct test for whether to use DejaGNU.

From-SVN: r195861
parent 6edc3e32
...@@ -13566,7 +13566,7 @@ fi ...@@ -13566,7 +13566,7 @@ fi
USE_DEJAGNU=no USE_DEJAGNU=no
case ${host} in case ${host} in
*-*-rtems*) USE_DEJAGNU=yes ;; *-*-rtems*) USE_DEJAGNU=yes ;;
${target}) ;; ${build}) ;;
*) USE_DEJAGNU=yes ;; *) USE_DEJAGNU=yes ;;
esac esac
......
...@@ -162,7 +162,7 @@ dnl build. ...@@ -162,7 +162,7 @@ dnl build.
USE_DEJAGNU=no USE_DEJAGNU=no
case ${host} in case ${host} in
*-*-rtems*) USE_DEJAGNU=yes ;; *-*-rtems*) USE_DEJAGNU=yes ;;
${target}) ;; ${build}) ;;
*) USE_DEJAGNU=yes ;; *) USE_DEJAGNU=yes ;;
esac esac
AC_SUBST(USE_DEJAGNU) AC_SUBST(USE_DEJAGNU)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment