+2005-10-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/stresstest.at [ aix3, beos, os2 ]: Always use
+ `-no-undefined'.
+
2005-10-09 Christian Biesinger <cbiesinger@web.de>
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ beos ]:
AT_CHECK([$LIBTOOL --mode=compile $CC $CFLAGS -c dlself.c -o sub3/dlself.lo],[0],[ignore],[ignore])
case $host_os in
- cygwin* | mingw* | pw32*) undef_opts=-no-undefined ;;
- *) undef_opts='"" -no-undefined' ;;
+ aix3* | beos* | cygwin* | mingw* | os2* | pw32*)
+ undef_opts=-no-undefined ;;
+ *)
+ undef_opts='"" -no-undefined' ;;
esac
for l1 in $undef_opts