From 148bce7e6f448c176e30b90e25e0d86a43c358b7 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 17 Nov 2004 13:03:24 +0000 Subject: [PATCH] * tests/demo-nopic.test: Correctly skip hppa, x86_64, and s390*. Reported by Daniel Reed . --- ChangeLog | 5 +++++ tests/demo-nopic.test | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd2697902..1cc040138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-17 Ralf Wildenhues + + * tests/demo-nopic.test: Correctly skip hppa, x86_64, and s390*. + Reported by Daniel Reed . + 2004-10-26 Gary Vaughan * config/ltmain.in (func_mode_link): When linking an installed diff --git a/tests/demo-nopic.test b/tests/demo-nopic.test index b0e273423..b4e7fed13 100755 --- a/tests/demo-nopic.test +++ b/tests/demo-nopic.test @@ -11,10 +11,9 @@ fi . $srcdir/defs || exit 1 # This doesn't work on hppa -HOST=`../config.guess` -case "$HOST" in +case "$host" in hppa*|x86_64*|s390*) - echo "Not running on $HOST, it doesn't like non-PIC shared libs" 2>&1 + echo "Not running on $host, it doesn't like non-PIC shared libs" 2>&1 exit 77 esac -- 2.47.3