Reported by Daniel Reed <djr@redhat.com>.
+2004-11-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/demo-nopic.test: Correctly skip hppa, x86_64, and s390*.
+ Reported by Daniel Reed <djr@redhat.com>.
+
2004-10-26 Gary Vaughan <gary@gnu.org>
* config/ltmain.in (func_mode_link): When linking an installed
. $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