Index: ltmain.in =================================================================== RCS file: /cvsroot/libtool/libtool/ltmain.in,v retrieving revision 1.334.2.7 diff -u -r1.334.2.7 ltmain.in --- ltmain.in 31 Jul 2003 20:46:40 -0000 1.334.2.7 +++ ltmain.in 26 Sep 2003 09:05:08 -0000 @@ -5393,7 +5393,7 @@ # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. - if test "$inst_prefix_dir" = "$destdir"; then + if test "$inst_prefix_dir" != "$destdir"; then $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 exit 1 fi