Index: tests/stresstest.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/stresstest.at,v
retrieving revision 1.4
diff -u -r1.4 stresstest.at
--- tests/stresstest.at	27 Apr 2005 18:18:10 -0000	1.4
+++ tests/stresstest.at	12 Sep 2005 10:28:10 -0000
@@ -171,8 +171,8 @@
 AT_CHECK([$LIBTOOL --mode=compile $CC $CFLAGS -c dlself.c -o sub3/dlself.lo],[0],[ignore],[ignore])
 
 case $host in
-  cygwin* | mingw* | pw32*) undef_opts=-no-undefined ;;
-  *)                        undef_opts='"" -no-undefined' ;;
+  *cygwin* | *mingw* | *pw32*) undef_opts=-no-undefined ;;
+  *)                           undef_opts='"" -no-undefined' ;;
 esac
 
 for l1 in $undef_opts
