From: Ralf Wildenhues Date: Wed, 17 Nov 2004 13:03:24 +0000 (+0000) Subject: * tests/demo-nopic.test: Correctly skip hppa, x86_64, and s390*. X-Git-Tag: release-1-5-12~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=148bce7e6f448c176e30b90e25e0d86a43c358b7;p=thirdparty%2Flibtool.git * tests/demo-nopic.test: Correctly skip hppa, x86_64, and s390*. Reported by Daniel Reed . --- 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