non-PIC shared libraries.
+2004-01-23 Scott James Remnant <scott@netsplit.com>
+
+ * tests/demo-nopic.test: Skip test on hppa, which don't like
+ non-PIC shared libraries.
+
2004-01-23 Scott James Remnant <scott@netsplit.com>
* m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [linux]: Include
fi
. $srcdir/defs || exit 1
+# This doesn't work on hppa
+HOST=`../config.guess`
+case "$HOST" in
+hppa*)
+ echo "Not running on hppa, it doesn't like non-PIC shared libs" 2>&1
+ exit 77
+esac
+
# Maybe we have a VPATH build, in which case, create a new subdir.
test -d ../demo || mkdir ../demo